#324EFB

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

Shades of Neon Blue #324EFB

Tints of Neon Blue #324EFB

Color information

#324EFB (or 0x324EFB) is unknown color: approx Neon Blue. HEX triplet: 32, 4E and FB. RGB value is (50,78,251). Sum of RGB (Red+Green+Blue) = 50+78+251=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #324EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EFB is #CDB104. Grayscale: #585858. Windows color (decimal): -13480197 or 16469554. OLE color: 16469554.

HSL color Cylindrical-coordinate representation of color #324EFB: hue angle of 231.64º 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 #324EFB is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5078251-
CMYK0.800.6900.02
HSL231.64º96.17%59.02%-
HSV(B)231.64º80.08%98.43%-
XYZ21.4513.0992.66-
YUV89.35219.2299.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.19%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 251 (98.44% from 255) = 66.23%
R=13.19%
G=20.58%
B=66.23%

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
Decimal50782510.800.6900.02231.6496.1759.02
Hex324EFB504502e8603b
Octal621163731201050235014073
Binary11001010011101111101110100001000101010111010001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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