Html Css Color HEX #585FFB Neon Blue

📋 copy color: '#585FFB'

red 88 ◦ green 95 ◦ blue 251

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

Shades of Neon Blue #585FFB

Tints of Neon Blue #585FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.89%

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 20.28%
G = 21.89%
B = 57.83%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#585FFB (or 0x585FFB) is known color: Neon Blue. HEX triplet: 58, 5F and FB. RGB value is (88,95,251). Sum of RGB (Red+Green+Blue) = 88+95+251=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #585FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #585FFB is #A7A004. Grayscale: #6E6E6E. Windows color (decimal): -10985477 or 16473944. OLE color: 16473944.

HSL color Cylindrical-coordinate representation of color #585FFB: hue angle of 237.42º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #585FFB is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 95 251 -
CMYK 0.65 0.62 0 0.02
HSL 237.42º 0.95% 0.66% -
HSV(B) 237.42º 0.65% 0.98% -
XYZ 25.53 17.22 93.25 -
YUV 110.69 207.18 111.82 -
System Red Green Blue C M Y K H S L
Decimal 88 95 251 0.65 0.62 0 0.02 237.42 0.95 0.66
Hex 58 5F FB 41 3E 0 2 ED 5F 42
Octal 130 137 373 101 76 0 2 355 137 102
Binary 1011000 1011111 11111011 1000001 111110 0 10 11101101 1011111 1000010

Color Harmonies of #585FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FFB

Black with #585FFB

Text Example


Text Example

White with #585FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,251); }

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

background-color css

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

 a { background-color: rgb(88,95,251); }

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

border-color css

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

 span { border-color: rgb(88,95,251); }

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