Html Css Color HEX #575FED Neon Blue

📋 copy color: '#575FED'

red 87 ◦ green 95 ◦ blue 237

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

Shades of Neon Blue #575FED

Tints of Neon Blue #575FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.56%

R = 20.76%
G = 22.67%
B = 56.56%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#575FED (or 0x575FED) is known color: Neon Blue. HEX triplet: 57, 5F and ED. RGB value is (87,95,237). Sum of RGB (Red+Green+Blue) = 87+95+237=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #575FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FED is #A8A012. Grayscale: #6C6C6C. Windows color (decimal): -11051027 or 15556439. OLE color: 15556439.

HSL color Cylindrical-coordinate representation of color #575FED: hue angle of 236.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575FED is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 95 237 -
CMYK 0.63 0.60 0 0.07
HSL 236.8º 0.81% 0.64% -
HSV(B) 236.8º 0.63% 0.93% -
XYZ 23.31 16.33 82.04 -
YUV 108.8 200.35 112.45 -
System Red Green Blue C M Y K H S L
Decimal 87 95 237 0.63 0.60 0 0.07 236.8 0.81 0.64
Hex 57 5F ED 3F 3C 0 7 ED 51 40
Octal 127 137 355 77 74 0 7 355 121 100
Binary 1010111 1011111 11101101 111111 111100 0 111 11101101 1010001 1000000

Color Harmonies of #575FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FED

Black with #575FED

Text Example


Text Example

White with #575FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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