Html Css Color HEX #574FEB Neon Blue

📋 copy color: '#574FEB'

red 87 ◦ green 79 ◦ blue 235

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

Shades of Neon Blue #574FEB

Tints of Neon Blue #574FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.7%

 BLUE value IS 235 (92.19% from 255) = 58.6%

R = 21.7%
G = 19.7%
B = 58.6%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#574FEB (or 0x574FEB) is known color: Neon Blue. HEX triplet: 57, 4F and EB. RGB value is (87,79,235). Sum of RGB (Red+Green+Blue) = 87+79+235=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #574FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574FEB is #A8B014. Grayscale: #626262. Windows color (decimal): -11055125 or 15421271. OLE color: 15421271.

HSL color Cylindrical-coordinate representation of color #574FEB: hue angle of 243.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #574FEB is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 79 235 -
CMYK 0.63 0.66 0 0.08
HSL 243.08º 0.8% 0.62% -
HSV(B) 243.08º 0.66% 0.92% -
XYZ 21.72 13.62 80.08 -
YUV 99.18 204.65 119.32 -
System Red Green Blue C M Y K H S L
Decimal 87 79 235 0.63 0.66 0 0.08 243.08 0.8 0.62
Hex 57 4F EB 3F 42 0 8 F3 50 3E
Octal 127 117 353 77 102 0 10 363 120 76
Binary 1010111 1001111 11101011 111111 1000010 0 1000 11110011 1010000 111110

Color Harmonies of #574FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FEB

Black with #574FEB

Text Example


Text Example

White with #574FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574FEB; }

 p { color: rgb(87,79,235); }

 H1.HeaderClassName
 {
   color: #574FEB;
 }
 .AnyTagClassName
 {
   color: #574FEB;
 }
</style>

background-color css

<style>
 a { background-color: #574FEB; }

 a { background-color: rgb(87,79,235); }

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

border-color css

<style>
 span { border-color: #574FEB; }

 span { border-color: rgb(87,79,235); }

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