#574CFB

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

Shades of Neon Blue #574CFB

Tints of Neon Blue #574CFB

Color information

#574CFB (or 0x574CFB) is unknown color: approx Neon Blue. HEX triplet: 57, 4C and FB. RGB value is (87,76,251). Sum of RGB (Red+Green+Blue) = 87+76+251=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #574CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #574CFB is #A8B304. Grayscale: #626262. Windows color (decimal): -11055877 or 16469079. OLE color: 16469079.

HSL color Cylindrical-coordinate representation of color #574CFB: hue angle of 243.77º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #574CFB is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8776251-
CMYK0.650.7000.02
HSL243.77º95.63%64.12%-
HSV(B)243.77º69.72%98.43%-
XYZ23.9314.1692.74-
YUV99.24213.64119.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.01%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 251 (98.44% from 255) = 60.63%
R=21.01%
G=18.36%
B=60.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal87762510.650.7000.02243.7795.6364.12
Hex574CFB414602f46040
Octal12711437310110602364140100
Binary1010111100110011111011100000110001100101111010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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