#324DF0

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

Shades of Neon Blue #324DF0

Tints of Neon Blue #324DF0

Color information

#324DF0 (or 0x324DF0) is unknown color: approx Neon Blue. HEX triplet: 32, 4D and F0. RGB value is (50,77,240). Sum of RGB (Red+Green+Blue) = 50+77+240=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #324DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324DF0 is #CDB20F. Grayscale: #565656. Windows color (decimal): -13480464 or 15748402. OLE color: 15748402.

HSL color Cylindrical-coordinate representation of color #324DF0: hue angle of 231.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324DF0 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5077240-
CMYK0.790.6800.06
HSL231.47º86.36%56.86%-
HSV(B)231.47º79.17%94.12%-
XYZ19.712.2883.77-
YUV87.51214.05101.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.62%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 240 (94.14% from 255) = 65.40%
R=13.62%
G=20.98%
B=65.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal50772400.790.6800.06231.4786.3656.86
Hex324DF04F4406e75639
Octal621153601171040634712671
Binary110010100110111110000100111110001000110111001111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324DF0; }

 p { color: rgb(50,77,240); }

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

<style>
 a { background-color: #324DF0; }

 a { background-color: rgb(50,77,240); }

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

<style>
 span { border-color: #324DF0; }

 span { border-color: rgb(50,77,240); }

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