#574FF3

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

Shades of Neon Blue #574FF3

Tints of Neon Blue #574FF3

Color information

#574FF3 (or 0x574FF3) is unknown color: approx Neon Blue. HEX triplet: 57, 4F and F3. RGB value is (87,79,243). Sum of RGB (Red+Green+Blue) = 87+79+243=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 243 (95.31% from 255 or 59.41% from 409); Max value from RGB is 243 - color contains mainly: blue. Hex color #574FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #574FF3 is #A8B00C. Grayscale: #636363. Windows color (decimal): -11055117 or 15945559. OLE color: 15945559.

HSL color Cylindrical-coordinate representation of color #574FF3: hue angle of 242.93º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #574FF3 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8779243-
CMYK0.640.6700.05
HSL242.93º87.23%63.14%-
HSV(B)242.93º67.49%95.29%-
XYZ22.914.0986.31-
YUV100.09208.65118.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.27%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 243 (95.31% from 255) = 59.41%
R=21.27%
G=19.32%
B=59.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal87792430.640.6700.05242.9387.2363.14
Hex574FF3404305f3573f
Octal1271173631001030536312777
Binary1010111100111111110011100000010000110101111100111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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