Shades of Neon Blue #323FFC
Tints of Neon Blue #323FFC
RGB
CMYK
RGB Variations
Color information
#323FFC (or 0x323FFC) is known color: Neon Blue. HEX triplet: 32, 3F and FC. RGB value is (50,63,252). Sum of RGB (Red+Green+Blue) = 50+63+252=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #323FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323FFC is #CDC003. Grayscale: #4F4F4F. Windows color (decimal): -13484036 or 16531250. OLE color: 16531250.
HSL color Cylindrical-coordinate representation of color #323FFC: hue angle of 236.14º 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 #323FFC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 63 | 252 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.01 |
| HSL | 236.14º | 0.97% | 0.59% | - |
| HSV(B) | 236.14º | 0.8% | 0.99% | - |
| XYZ | 20.66 | 11.26 | 93.18 | - |
| YUV | 80.66 | 224.69 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 252 | 0.80 | 0.75 | 0 | 0.01 | 236.14 | 0.97 | 0.59 |
| Hex | 32 | 3F | FC | 50 | 4B | 0 | 1 | EC | 61 | 3B |
| Octal | 62 | 77 | 374 | 120 | 113 | 0 | 1 | 354 | 141 | 73 |
| Binary | 110010 | 111111 | 11111100 | 1010000 | 1001011 | 0 | 1 | 11101100 | 1100001 | 111011 |
Color Harmonies of #323FFC
Complementary color
Monochromatic Colors of #323FFC
Black with #323FFC
Text Example
Text Example
White with #323FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FFC; }
p { color: rgb(50,63,252); }
H1.HeaderClassName
{
color: #323FFC;
}
.AnyTagClassName
{
color: #323FFC;
}
</style>
background-color css
<style>
a { background-color: #323FFC; }
a { background-color: rgb(50,63,252); }
div.DivClassName
{
background-color: #323FFC;
}
.BgClassName
{
background-color: #323FFC;
}
</style>
border-color css
<style>
span { border-color: #323FFC; }
span { border-color: rgb(50,63,252); }
td.TdClassName
{
border-color: #323FFC;
}
.TagClassName
{
border-color: #323FFC;
}
</style>