Html Css Color HEX #575BEF Neon Blue

📋 copy color: '#575BEF'

red 87 ◦ green 91 ◦ blue 239

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

Shades of Neon Blue #575BEF

Tints of Neon Blue #575BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.31%

R = 20.86%
G = 21.82%
B = 57.31%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#575BEF (or 0x575BEF) is known color: Neon Blue. HEX triplet: 57, 5B and EF. RGB value is (87,91,239). Sum of RGB (Red+Green+Blue) = 87+91+239=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #575BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BEF is #A8A410. Grayscale: #6A6A6A. Windows color (decimal): -11052049 or 15686487. OLE color: 15686487.

HSL color Cylindrical-coordinate representation of color #575BEF: hue angle of 238.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575BEF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 91 239 -
CMYK 0.64 0.62 0 0.06
HSL 238.42º 0.83% 0.64% -
HSV(B) 238.42º 0.64% 0.94% -
XYZ 23.25 15.74 83.47 -
YUV 106.68 202.67 113.97 -
System Red Green Blue C M Y K H S L
Decimal 87 91 239 0.64 0.62 0 0.06 238.42 0.83 0.64
Hex 57 5B EF 40 3E 0 6 EE 53 40
Octal 127 133 357 100 76 0 6 356 123 100
Binary 1010111 1011011 11101111 1000000 111110 0 110 11101110 1010011 1000000

Color Harmonies of #575BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BEF

Black with #575BEF

Text Example


Text Example

White with #575BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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