Html Css Color HEX #575DF8 Neon Blue

📋 copy color: '#575DF8'

red 87 ◦ green 93 ◦ blue 248

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

Shades of Neon Blue #575DF8

Tints of Neon Blue #575DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 57.94%

R = 20.33%
G = 21.73%
B = 57.94%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#575DF8 (or 0x575DF8) is known color: Neon Blue. HEX triplet: 57, 5D and F8. RGB value is (87,93,248). Sum of RGB (Red+Green+Blue) = 87+93+248=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 248 (97.27% from 255 or 57.94% from 428); Max value from RGB is 248 - color contains mainly: blue. Hex color #575DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DF8 is #A8A207. Grayscale: #6C6C6C. Windows color (decimal): -11051528 or 16276823. OLE color: 16276823.

HSL color Cylindrical-coordinate representation of color #575DF8: hue angle of 237.76º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #575DF8 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 93 248 -
CMYK 0.65 0.62 0 0.03
HSL 237.76º 0.92% 0.66% -
HSV(B) 237.76º 0.65% 0.97% -
XYZ 24.79 16.63 90.71 -
YUV 108.88 206.51 112.4 -
System Red Green Blue C M Y K H S L
Decimal 87 93 248 0.65 0.62 0 0.03 237.76 0.92 0.66
Hex 57 5D F8 41 3E 0 3 EE 5C 42
Octal 127 135 370 101 76 0 3 356 134 102
Binary 1010111 1011101 11111000 1000001 111110 0 11 11101110 1011100 1000010

Color Harmonies of #575DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DF8

Black with #575DF8

Text Example


Text Example

White with #575DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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