Shades of Neon Blue #323DFC
Tints of Neon Blue #323DFC
RGB
CMYK
RGB Variations
Color information
#323DFC (or 0x323DFC) is known color: Neon Blue. HEX triplet: 32, 3D and FC. RGB value is (50,61,252). Sum of RGB (Red+Green+Blue) = 50+61+252=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #323DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323DFC is #CDC203. Grayscale: #4E4E4E. Windows color (decimal): -13484548 or 16530738. OLE color: 16530738.
HSL color Cylindrical-coordinate representation of color #323DFC: hue angle of 236.73º 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 #323DFC is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 61 | 252 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.01 |
| HSL | 236.73º | 0.97% | 0.59% | - |
| HSV(B) | 236.73º | 0.8% | 0.99% | - |
| XYZ | 20.55 | 11.04 | 93.14 | - |
| YUV | 79.49 | 225.36 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 252 | 0.80 | 0.76 | 0 | 0.01 | 236.73 | 0.97 | 0.59 |
| Hex | 32 | 3D | FC | 50 | 4C | 0 | 1 | ED | 61 | 3B |
| Octal | 62 | 75 | 374 | 120 | 114 | 0 | 1 | 355 | 141 | 73 |
| Binary | 110010 | 111101 | 11111100 | 1010000 | 1001100 | 0 | 1 | 11101101 | 1100001 | 111011 |
Color Harmonies of #323DFC
Complementary color
Monochromatic Colors of #323DFC
Black with #323DFC
Text Example
Text Example
White with #323DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DFC; }
p { color: rgb(50,61,252); }
H1.HeaderClassName
{
color: #323DFC;
}
.AnyTagClassName
{
color: #323DFC;
}
</style>
background-color css
<style>
a { background-color: #323DFC; }
a { background-color: rgb(50,61,252); }
div.DivClassName
{
background-color: #323DFC;
}
.BgClassName
{
background-color: #323DFC;
}
</style>
border-color css
<style>
span { border-color: #323DFC; }
span { border-color: rgb(50,61,252); }
td.TdClassName
{
border-color: #323DFC;
}
.TagClassName
{
border-color: #323DFC;
}
</style>