#574FE3

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

Shades of Neon Blue #574FE3

Tints of Neon Blue #574FE3

Color information

#574FE3 (or 0x574FE3) is unknown color: approx Neon Blue. HEX triplet: 57, 4F and E3. RGB value is (87,79,227). Sum of RGB (Red+Green+Blue) = 87+79+227=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 227 (89.06% from 255 or 57.76% from 393); Max value from RGB is 227 - color contains mainly: blue. Hex color #574FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FE3 is #A8B01C. Grayscale: #616161. Windows color (decimal): -11055133 or 14896983. OLE color: 14896983.

HSL color Cylindrical-coordinate representation of color #574FE3: hue angle of 243.24º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #574FE3 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8779227-
CMYK0.620.6500.11
HSL243.24º72.55%60%-
HSV(B)243.24º65.2%89.02%-
XYZ20.5913.1674.13-
YUV98.26200.65119.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.14%
GREEN value IS 79 (31.25% from 255) = 20.10%
BLUE value IS 227 (89.06% from 255) = 57.76%
R=22.14%
G=20.10%
B=57.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal87792270.620.6500.11243.2472.5560
Hex574FE33E410Bf3493c
Octal1271173437610101336311174
Binary1010111100111111100011111110100000101011111100111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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