Html Css Color HEX #585DF2 Neon Blue

📋 copy color: '#585DF2'

red 88 ◦ green 93 ◦ blue 242

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

Shades of Neon Blue #585DF2

Tints of Neon Blue #585DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.21%

R = 20.8%
G = 21.99%
B = 57.21%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#585DF2 (or 0x585DF2) is known color: Neon Blue. HEX triplet: 58, 5D and F2. RGB value is (88,93,242). Sum of RGB (Red+Green+Blue) = 88+93+242=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #585DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585DF2 is #A7A20D. Grayscale: #6B6B6B. Windows color (decimal): -10985998 or 15883608. OLE color: 15883608.

HSL color Cylindrical-coordinate representation of color #585DF2: hue angle of 238.05º degrees, saturation: 0.86, 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 #585DF2 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 93 242 -
CMYK 0.64 0.62 0 0.05
HSL 238.05º 0.86% 0.65% -
HSV(B) 238.05º 0.64% 0.95% -
XYZ 23.97 16.31 85.89 -
YUV 108.49 203.34 113.38 -
System Red Green Blue C M Y K H S L
Decimal 88 93 242 0.64 0.62 0 0.05 238.05 0.86 0.65
Hex 58 5D F2 40 3E 0 5 EE 56 41
Octal 130 135 362 100 76 0 5 356 126 101
Binary 1011000 1011101 11110010 1000000 111110 0 101 11101110 1010110 1000001

Color Harmonies of #585DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DF2

Black with #585DF2

Text Example


Text Example

White with #585DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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