Shades of Neon Blue #324EFD
Tints of Neon Blue #324EFD
RGB
CMYK
RGB Variations
Color information
#324EFD (or 0x324EFD) is known color: Neon Blue. HEX triplet: 32, 4E and FD. RGB value is (50,78,253). Sum of RGB (Red+Green+Blue) = 50+78+253=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #324EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EFD is #CDB102. Grayscale: #585858. Windows color (decimal): -13480195 or 16600626. OLE color: 16600626.
HSL color Cylindrical-coordinate representation of color #324EFD: hue angle of 231.72º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324EFD is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 78 | 253 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.01 |
| HSL | 231.72º | 0.98% | 0.59% | - |
| HSV(B) | 231.72º | 0.8% | 0.99% | - |
| XYZ | 21.77 | 13.22 | 94.33 | - |
| YUV | 89.58 | 220.22 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 253 | 0.80 | 0.69 | 0 | 0.01 | 231.72 | 0.98 | 0.59 |
| Hex | 32 | 4E | FD | 50 | 45 | 0 | 1 | E8 | 62 | 3B |
| Octal | 62 | 116 | 375 | 120 | 105 | 0 | 1 | 350 | 142 | 73 |
| Binary | 110010 | 1001110 | 11111101 | 1010000 | 1000101 | 0 | 1 | 11101000 | 1100010 | 111011 |
Color Harmonies of #324EFD
Complementary color
Monochromatic Colors of #324EFD
Black with #324EFD
Text Example
Text Example
White with #324EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EFD; }
p { color: rgb(50,78,253); }
H1.HeaderClassName
{
color: #324EFD;
}
.AnyTagClassName
{
color: #324EFD;
}
</style>
background-color css
<style>
a { background-color: #324EFD; }
a { background-color: rgb(50,78,253); }
div.DivClassName
{
background-color: #324EFD;
}
.BgClassName
{
background-color: #324EFD;
}
</style>
border-color css
<style>
span { border-color: #324EFD; }
span { border-color: rgb(50,78,253); }
td.TdClassName
{
border-color: #324EFD;
}
.TagClassName
{
border-color: #324EFD;
}
</style>