Html Css Color HEX #585DF6 Neon Blue

📋 copy color: '#585DF6'

red 88 ◦ green 93 ◦ blue 246

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

Shades of Neon Blue #585DF6

Tints of Neon Blue #585DF6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.78%

 BLUE value IS 246 (96.48% from 255) = 57.61%

R = 20.61%
G = 21.78%
B = 57.61%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#585DF6 (or 0x585DF6) is known color: Neon Blue. HEX triplet: 58, 5D and F6. RGB value is (88,93,246). Sum of RGB (Red+Green+Blue) = 88+93+246=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #585DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585DF6 is #A7A209. Grayscale: #6C6C6C. Windows color (decimal): -10985994 or 16145752. OLE color: 16145752.

HSL color Cylindrical-coordinate representation of color #585DF6: hue angle of 238.1º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #585DF6 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 93 246 -
CMYK 0.64 0.62 0 0.04
HSL 238.1º 0.9% 0.65% -
HSV(B) 238.1º 0.64% 0.96% -
XYZ 24.57 16.56 89.09 -
YUV 108.95 205.34 113.06 -
System Red Green Blue C M Y K H S L
Decimal 88 93 246 0.64 0.62 0 0.04 238.1 0.9 0.65
Hex 58 5D F6 40 3E 0 4 EE 5A 41
Octal 130 135 366 100 76 0 4 356 132 101
Binary 1011000 1011101 11110110 1000000 111110 0 100 11101110 1011010 1000001

Color Harmonies of #585DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DF6

Black with #585DF6

Text Example


Text Example

White with #585DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,93,246); }

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

background-color css

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

 a { background-color: rgb(88,93,246); }

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

border-color css

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

 span { border-color: rgb(88,93,246); }

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