#574BFF

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

Shades of Neon Blue #574BFF

Tints of Neon Blue #574BFF

Color information

#574BFF (or 0x574BFF) is unknown color: approx Neon Blue. HEX triplet: 57, 4B and FF. RGB value is (87,75,255). Sum of RGB (Red+Green+Blue) = 87+75+255=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #574BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574BFF is #A8B400. Grayscale: #626262. Windows color (decimal): -11056129 or 16730967. OLE color: 16730967.

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

Color convert

RGB8775255-
CMYK0.660.7100
HSL244º100%64.71%-
HSV(B)244º70.59%100%-
XYZ24.514.2896.07-
YUV99.11215.98119.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.86%
GREEN value IS 75 (29.69% from 255) = 17.99%
BLUE value IS 255 (100% from 255) = 61.15%
R=20.86%
G=17.99%
B=61.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal87752550.660.710024410064.71
Hex574BFF424700f46441
Octal12711337710210700364144101
Binary101011110010111111111110000101000111001111010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,75,255); }

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

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

 a { background-color: rgb(87,75,255); }

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

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

 span { border-color: rgb(87,75,255); }

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