Shades of Neon Blue #323EFC
Tints of Neon Blue #323EFC
RGB
CMYK
RGB Variations
Color information
#323EFC (or 0x323EFC) is known color: Neon Blue. HEX triplet: 32, 3E and FC. RGB value is (50,62,252). Sum of RGB (Red+Green+Blue) = 50+62+252=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #323EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323EFC is #CDC103. Grayscale: #4F4F4F. Windows color (decimal): -13484292 or 16530994. OLE color: 16530994.
HSL color Cylindrical-coordinate representation of color #323EFC: hue angle of 236.44º degrees, saturation: 0.97, 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 #323EFC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 62 | 252 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.01 |
| HSL | 236.44º | 0.97% | 0.59% | - |
| HSV(B) | 236.44º | 0.8% | 0.99% | - |
| XYZ | 20.61 | 11.15 | 93.16 | - |
| YUV | 80.07 | 225.02 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 252 | 0.80 | 0.75 | 0 | 0.01 | 236.44 | 0.97 | 0.59 |
| Hex | 32 | 3E | FC | 50 | 4B | 0 | 1 | EC | 61 | 3B |
| Octal | 62 | 76 | 374 | 120 | 113 | 0 | 1 | 354 | 141 | 73 |
| Binary | 110010 | 111110 | 11111100 | 1010000 | 1001011 | 0 | 1 | 11101100 | 1100001 | 111011 |
Color Harmonies of #323EFC
Complementary color
Monochromatic Colors of #323EFC
Black with #323EFC
Text Example
Text Example
White with #323EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EFC; }
p { color: rgb(50,62,252); }
H1.HeaderClassName
{
color: #323EFC;
}
.AnyTagClassName
{
color: #323EFC;
}
</style>
background-color css
<style>
a { background-color: #323EFC; }
a { background-color: rgb(50,62,252); }
div.DivClassName
{
background-color: #323EFC;
}
.BgClassName
{
background-color: #323EFC;
}
</style>
border-color css
<style>
span { border-color: #323EFC; }
span { border-color: rgb(50,62,252); }
td.TdClassName
{
border-color: #323EFC;
}
.TagClassName
{
border-color: #323EFC;
}
</style>