Html Css Color HEX #575DFB Neon Blue

📋 copy color: '#575DFB'

red 87 ◦ green 93 ◦ blue 251

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

Shades of Neon Blue #575DFB

Tints of Neon Blue #575DFB

RGB

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

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

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

R = 20.19%
G = 21.58%
B = 58.24%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#575DFB (or 0x575DFB) is known color: Neon Blue. HEX triplet: 57, 5D and FB. RGB value is (87,93,251). Sum of RGB (Red+Green+Blue) = 87+93+251=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #575DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DFB is #A8A204. Grayscale: #6C6C6C. Windows color (decimal): -11051525 or 16473431. OLE color: 16473431.

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

Color convert

RGB 87 93 251 -
CMYK 0.65 0.63 0 0.02
HSL 237.8º 0.95% 0.66% -
HSV(B) 237.8º 0.65% 0.98% -
XYZ 25.26 16.82 93.18 -
YUV 109.22 208.01 112.15 -
System Red Green Blue C M Y K H S L
Decimal 87 93 251 0.65 0.63 0 0.02 237.8 0.95 0.66
Hex 57 5D FB 41 3F 0 2 EE 5F 42
Octal 127 135 373 101 77 0 2 356 137 102
Binary 1010111 1011101 11111011 1000001 111111 0 10 11101110 1011111 1000010

Color Harmonies of #575DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DFB

Black with #575DFB

Text Example


Text Example

White with #575DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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