#324FFB

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

Shades of Neon Blue #324FFB

Tints of Neon Blue #324FFB

Color information

#324FFB (or 0x324FFB) is unknown color: approx Neon Blue. HEX triplet: 32, 4F and FB. RGB value is (50,79,251). Sum of RGB (Red+Green+Blue) = 50+79+251=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #324FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324FFB is #CDB004. Grayscale: #595959. Windows color (decimal): -13479941 or 16469810. OLE color: 16469810.

HSL color Cylindrical-coordinate representation of color #324FFB: hue angle of 231.34º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324FFB is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5079251-
CMYK0.800.6900.02
HSL231.34º96.17%59.02%-
HSV(B)231.34º80.08%98.43%-
XYZ21.5213.2492.69-
YUV89.94218.8999.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.16%
GREEN value IS 79 (31.25% from 255) = 20.79%
BLUE value IS 251 (98.44% from 255) = 66.05%
R=13.16%
G=20.79%
B=66.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal50792510.800.6900.02231.3496.1759.02
Hex324FFB504502e7603b
Octal621173731201050234714073
Binary11001010011111111101110100001000101010111001111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,79,251); }

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

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

 a { background-color: rgb(50,79,251); }

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

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

 span { border-color: rgb(50,79,251); }

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