#574CEB

Color #574CEB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #574CEB

Tints of Neon Blue #574CEB

Color information

#574CEB (or 0x574CEB) is unknown color: approx Neon Blue. HEX triplet: 57, 4C and EB. RGB value is (87,76,235). Sum of RGB (Red+Green+Blue) = 87+76+235=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #574CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574CEB is #A8B314. Grayscale: #606060. Windows color (decimal): -11055893 or 15420503. OLE color: 15420503.

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

Color convert

RGB8776235-
CMYK0.630.6800.08
HSL244.15º79.9%60.98%-
HSV(B)244.15º67.66%92.16%-
XYZ21.5113.1980.01-
YUV97.42205.64120.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.86%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 235 (92.19% from 255) = 59.05%
R=21.86%
G=19.10%
B=59.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal87762350.630.6800.08244.1579.960.98
Hex574CEB3F4408f4503d
Octal1271143537710401036412075
Binary1010111100110011101011111111100010001000111101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #574CEB;
 }
 .AnyTagClassName
 {
   color: #574CEB;
 }
</style>
background-color css

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

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

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

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

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

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