Html Css Color HEX #575EEF Neon Blue

📋 copy color: '#575EEF'

red 87 ◦ green 94 ◦ blue 239

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

Shades of Neon Blue #575EEF

Tints of Neon Blue #575EEF

RGB

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

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

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

R = 20.71%
G = 22.38%
B = 56.9%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#575EEF (or 0x575EEF) is known color: Neon Blue. HEX triplet: 57, 5E and EF. RGB value is (87,94,239). Sum of RGB (Red+Green+Blue) = 87+94+239=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #575EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575EEF is #A8A110. Grayscale: #6B6B6B. Windows color (decimal): -11051281 or 15687255. OLE color: 15687255.

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

Color convert

RGB 87 94 239 -
CMYK 0.64 0.61 0 0.06
HSL 237.24º 0.83% 0.64% -
HSV(B) 237.24º 0.64% 0.94% -
XYZ 23.51 16.26 83.56 -
YUV 108.44 201.68 112.71 -
System Red Green Blue C M Y K H S L
Decimal 87 94 239 0.64 0.61 0 0.06 237.24 0.83 0.64
Hex 57 5E EF 40 3D 0 6 ED 53 40
Octal 127 136 357 100 75 0 6 355 123 100
Binary 1010111 1011110 11101111 1000000 111101 0 110 11101101 1010011 1000000

Color Harmonies of #575EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EEF

Black with #575EEF

Text Example


Text Example

White with #575EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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