Html Css Color HEX #585AF3 Neon Blue

📋 copy color: '#585AF3'

red 88 ◦ green 90 ◦ blue 243

#585AF3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #585AF3

Tints of Neon Blue #585AF3

RGB

 RED value IS 88 (34.77% from 255) = 20.9%

 GREEN value IS 90 (35.55% from 255) = 21.38%

 BLUE value IS 243 (95.31% from 255) = 57.72%

R = 20.9%
G = 21.38%
B = 57.72%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#585AF3 (or 0x585AF3) is known color: Neon Blue. HEX triplet: 58, 5A and F3. RGB value is (88,90,243). Sum of RGB (Red+Green+Blue) = 88+90+243=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #585AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585AF3 is #A7A50C. Grayscale: #6A6A6A. Windows color (decimal): -10986765 or 15948376. OLE color: 15948376.

HSL color Cylindrical-coordinate representation of color #585AF3: hue angle of 239.23º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #585AF3 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 90 243 -
CMYK 0.64 0.63 0 0.05
HSL 239.23º 0.87% 0.65% -
HSV(B) 239.23º 0.64% 0.95% -
XYZ 23.86 15.86 86.6 -
YUV 106.84 204.84 114.56 -
System Red Green Blue C M Y K H S L
Decimal 88 90 243 0.64 0.63 0 0.05 239.23 0.87 0.65
Hex 58 5A F3 40 3F 0 5 EF 57 41
Octal 130 132 363 100 77 0 5 357 127 101
Binary 1011000 1011010 11110011 1000000 111111 0 101 11101111 1010111 1000001

Color Harmonies of #585AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585AF3

Black with #585AF3

Text Example


Text Example

White with #585AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585AF3; }

 p { color: rgb(88,90,243); }

 H1.HeaderClassName
 {
   color: #585AF3;
 }
 .AnyTagClassName
 {
   color: #585AF3;
 }
</style>

background-color css

<style>
 a { background-color: #585AF3; }

 a { background-color: rgb(88,90,243); }

 div.DivClassName
 {
   background-color: #585AF3;
 }
 .BgClassName
 {
   background-color: #585AF3;
 }
</style>

border-color css

<style>
 span { border-color: #585AF3; }

 span { border-color: rgb(88,90,243); }

 td.TdClassName
 {
   border-color: #585AF3;
 }
 .TagClassName
 {
   border-color: #585AF3;
 }
</style>