Html Css Color HEX #575BFE Neon Blue

📋 copy color: '#575BFE'

red 87 ◦ green 91 ◦ blue 254

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

Shades of Neon Blue #575BFE

Tints of Neon Blue #575BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.06%

 BLUE value IS 254 (99.61% from 255) = 58.8%

R = 20.14%
G = 21.06%
B = 58.8%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#575BFE (or 0x575BFE) is known color: Neon Blue. HEX triplet: 57, 5B and FE. RGB value is (87,91,254). Sum of RGB (Red+Green+Blue) = 87+91+254=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #575BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BFE is #A8A401. Grayscale: #6B6B6B. Windows color (decimal): -11052034 or 16669527. OLE color: 16669527.

HSL color Cylindrical-coordinate representation of color #575BFE: hue angle of 238.56º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #575BFE is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 91 254 -
CMYK 0.66 0.64 0 0.00
HSL 238.56º 0.99% 0.67% -
HSV(B) 238.56º 0.66% 1% -
XYZ 25.56 16.66 95.64 -
YUV 108.39 210.17 112.75 -
System Red Green Blue C M Y K H S L
Decimal 87 91 254 0.66 0.64 0 0.00 238.56 0.99 0.67
Hex 57 5B FE 42 40 0 0 EF 63 43
Octal 127 133 376 102 100 0 0 357 143 103
Binary 1010111 1011011 11111110 1000010 1000000 0 0 11101111 1100011 1000011

Color Harmonies of #575BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BFE

Black with #575BFE

Text Example


Text Example

White with #575BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,91,254); }

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

background-color css

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

 a { background-color: rgb(87,91,254); }

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

border-color css

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

 span { border-color: rgb(87,91,254); }

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