Html Css Color HEX #575BFF Neon Blue

📋 copy color: '#575BFF'

red 87 ◦ green 91 ◦ blue 255

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

Shades of Neon Blue #575BFF

Tints of Neon Blue #575BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.89%

R = 20.09%
G = 21.02%
B = 58.89%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#575BFF (or 0x575BFF) is known color: Neon Blue. HEX triplet: 57, 5B and FF. RGB value is (87,91,255). Sum of RGB (Red+Green+Blue) = 87+91+255=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #575BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BFF is #A8A400. Grayscale: #6B6B6B. Windows color (decimal): -11052033 or 16735063. OLE color: 16735063.

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

Color convert

RGB 87 91 255 -
CMYK 0.66 0.64 0 0
HSL 238.57º 1% 0.67% -
HSV(B) 238.57º 0.66% 1% -
XYZ 25.72 16.73 96.48 -
YUV 108.5 210.67 112.66 -
System Red Green Blue C M Y K H S L
Decimal 87 91 255 0.66 0.64 0 0 238.57 1 0.67
Hex 57 5B FF 42 40 0 0 EF 64 43
Octal 127 133 377 102 100 0 0 357 144 103
Binary 1010111 1011011 11111111 1000010 1000000 0 0 11101111 1100100 1000011

Color Harmonies of #575BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BFF

Black with #575BFF

Text Example


Text Example

White with #575BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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