Html Css Color HEX #575CFE Neon Blue

📋 copy color: '#575CFE'

red 87 ◦ green 92 ◦ blue 254

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

Shades of Neon Blue #575CFE

Tints of Neon Blue #575CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.25%

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

R = 20.09%
G = 21.25%
B = 58.66%

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

#575CFE (or 0x575CFE) is known color: Neon Blue. HEX triplet: 57, 5C and FE. RGB value is (87,92,254). Sum of RGB (Red+Green+Blue) = 87+92+254=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #575CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575CFE is #A8A301. Grayscale: #6C6C6C. Windows color (decimal): -11051778 or 16669783. OLE color: 16669783.

HSL color Cylindrical-coordinate representation of color #575CFE: hue angle of 238.2º 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 #575CFE is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 92 254 -
CMYK 0.66 0.64 0 0.00
HSL 238.2º 0.99% 0.67% -
HSV(B) 238.2º 0.66% 1% -
XYZ 25.65 16.84 95.66 -
YUV 108.97 209.84 112.33 -
System Red Green Blue C M Y K H S L
Decimal 87 92 254 0.66 0.64 0 0.00 238.2 0.99 0.67
Hex 57 5C FE 42 40 0 0 EE 63 43
Octal 127 134 376 102 100 0 0 356 143 103
Binary 1010111 1011100 11111110 1000010 1000000 0 0 11101110 1100011 1000011

Color Harmonies of #575CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CFE

Black with #575CFE

Text Example


Text Example

White with #575CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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