Html Css Color HEX #575EFF Neon Blue

📋 copy color: '#575EFF'

red 87 ◦ green 94 ◦ blue 255

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

Shades of Neon Blue #575EFF

Tints of Neon Blue #575EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.56%

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

R = 19.95%
G = 21.56%
B = 58.49%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#575EFF (or 0x575EFF) is known color: Neon Blue. HEX triplet: 57, 5E and FF. RGB value is (87,94,255). Sum of RGB (Red+Green+Blue) = 87+94+255=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #575EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575EFF is #A8A100. Grayscale: #6D6D6D. Windows color (decimal): -11051265 or 16735831. OLE color: 16735831.

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

Color convert

RGB 87 94 255 -
CMYK 0.66 0.63 0 0
HSL 237.5º 1% 0.67% -
HSV(B) 237.5º 0.66% 1% -
XYZ 25.98 17.25 96.57 -
YUV 110.26 209.68 111.41 -
System Red Green Blue C M Y K H S L
Decimal 87 94 255 0.66 0.63 0 0 237.5 1 0.67
Hex 57 5E FF 42 3F 0 0 EE 64 43
Octal 127 136 377 102 77 0 0 356 144 103
Binary 1010111 1011110 11111111 1000010 111111 0 0 11101110 1100100 1000011

Color Harmonies of #575EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EFF

Black with #575EFF

Text Example


Text Example

White with #575EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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