#574AFE

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

Shades of Neon Blue #574AFE

Tints of Neon Blue #574AFE

Color information

#574AFE (or 0x574AFE) is unknown color: approx Neon Blue. HEX triplet: 57, 4A and FE. RGB value is (87,74,254). Sum of RGB (Red+Green+Blue) = 87+74+254=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #574AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574AFE is #A8B501. Grayscale: #616161. Windows color (decimal): -11056386 or 16665175. OLE color: 16665175.

HSL color Cylindrical-coordinate representation of color #574AFE: hue angle of 244.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #574AFE is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8774254-
CMYK0.660.7100.00
HSL244.33º98.9%64.31%-
HSV(B)244.33º70.87%99.61%-
XYZ24.2714.0895.2-
YUV98.41215.81119.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.96%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 254 (99.61% from 255) = 61.20%
R=20.96%
G=17.83%
B=61.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal87742540.660.7100.00244.3398.964.31
Hex574AFE424700f46340
Octal12711237610210700364143100
Binary101011110010101111111010000101000111001111010011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,254); }

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

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

 a { background-color: rgb(87,74,254); }

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

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

 span { border-color: rgb(87,74,254); }

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