Shades of Neon Blue #323AFC
Tints of Neon Blue #323AFC
RGB
CMYK
RGB Variations
Color information
#323AFC (or 0x323AFC) is known color: Neon Blue. HEX triplet: 32, 3A and FC. RGB value is (50,58,252). Sum of RGB (Red+Green+Blue) = 50+58+252=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #323AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323AFC is #CDC503. Grayscale: #4C4C4C. Windows color (decimal): -13485316 or 16529970. OLE color: 16529970.
HSL color Cylindrical-coordinate representation of color #323AFC: hue angle of 237.62º 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 #323AFC is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 58 | 252 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.01 |
| HSL | 237.62º | 0.97% | 0.59% | - |
| HSV(B) | 237.62º | 0.8% | 0.99% | - |
| XYZ | 20.4 | 10.73 | 93.09 | - |
| YUV | 77.72 | 226.35 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 252 | 0.80 | 0.77 | 0 | 0.01 | 237.62 | 0.97 | 0.59 |
| Hex | 32 | 3A | FC | 50 | 4D | 0 | 1 | EE | 61 | 3B |
| Octal | 62 | 72 | 374 | 120 | 115 | 0 | 1 | 356 | 141 | 73 |
| Binary | 110010 | 111010 | 11111100 | 1010000 | 1001101 | 0 | 1 | 11101110 | 1100001 | 111011 |
Color Harmonies of #323AFC
Complementary color
Monochromatic Colors of #323AFC
Black with #323AFC
Text Example
Text Example
White with #323AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AFC; }
p { color: rgb(50,58,252); }
H1.HeaderClassName
{
color: #323AFC;
}
.AnyTagClassName
{
color: #323AFC;
}
</style>
background-color css
<style>
a { background-color: #323AFC; }
a { background-color: rgb(50,58,252); }
div.DivClassName
{
background-color: #323AFC;
}
.BgClassName
{
background-color: #323AFC;
}
</style>
border-color css
<style>
span { border-color: #323AFC; }
span { border-color: rgb(50,58,252); }
td.TdClassName
{
border-color: #323AFC;
}
.TagClassName
{
border-color: #323AFC;
}
</style>