Html Css Color HEX #575FFB Neon Blue

📋 copy color: '#575FFB'

red 87 ◦ green 95 ◦ blue 251

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

Shades of Neon Blue #575FFB

Tints of Neon Blue #575FFB

RGB

 RED value IS 87 (34.38% from 255) = 20.09%

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

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

R = 20.09%
G = 21.94%
B = 57.97%

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

#575FFB (or 0x575FFB) is known color: Neon Blue. HEX triplet: 57, 5F and FB. RGB value is (87,95,251). Sum of RGB (Red+Green+Blue) = 87+95+251=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #575FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FFB is #A8A004. Grayscale: #6D6D6D. Windows color (decimal): -11051013 or 16473943. OLE color: 16473943.

HSL color Cylindrical-coordinate representation of color #575FFB: hue angle of 237.07º 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 #575FFB is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 95 251 -
CMYK 0.65 0.62 0 0.02
HSL 237.07º 0.95% 0.66% -
HSV(B) 237.07º 0.65% 0.98% -
XYZ 25.44 17.18 93.24 -
YUV 110.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 87 95 251 0.65 0.62 0 0.02 237.07 0.95 0.66
Hex 57 5F FB 41 3E 0 2 ED 5F 42
Octal 127 137 373 101 76 0 2 355 137 102
Binary 1010111 1011111 11111011 1000001 111110 0 10 11101101 1011111 1000010

Color Harmonies of #575FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FFB

Black with #575FFB

Text Example


Text Example

White with #575FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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