Shades of Neon Blue #323DFF
Tints of Neon Blue #323DFF
RGB
CMYK
RGB Variations
Color information
#323DFF (or 0x323DFF) is known color: Neon Blue. HEX triplet: 32, 3D and FF. RGB value is (50,61,255). Sum of RGB (Red+Green+Blue) = 50+61+255=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #323DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323DFF is #CDC200. Grayscale: #4F4F4F. Windows color (decimal): -13484545 or 16727346. OLE color: 16727346.
HSL color Cylindrical-coordinate representation of color #323DFF: hue angle of 236.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #323DFF is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 61 | 255 | - |
| CMYK | 0.80 | 0.76 | 0 | 0 |
| HSL | 236.78º | 1% | 0.6% | - |
| HSV(B) | 236.78º | 0.8% | 1% | - |
| XYZ | 21.03 | 11.24 | 95.67 | - |
| YUV | 79.83 | 226.86 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 255 | 0.80 | 0.76 | 0 | 0 | 236.78 | 1 | 0.6 |
| Hex | 32 | 3D | FF | 50 | 4C | 0 | 0 | ED | 64 | 3C |
| Octal | 62 | 75 | 377 | 120 | 114 | 0 | 0 | 355 | 144 | 74 |
| Binary | 110010 | 111101 | 11111111 | 1010000 | 1001100 | 0 | 0 | 11101101 | 1100100 | 111100 |
Color Harmonies of #323DFF
Complementary color
Monochromatic Colors of #323DFF
Black with #323DFF
Text Example
Text Example
White with #323DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DFF; }
p { color: rgb(50,61,255); }
H1.HeaderClassName
{
color: #323DFF;
}
.AnyTagClassName
{
color: #323DFF;
}
</style>
background-color css
<style>
a { background-color: #323DFF; }
a { background-color: rgb(50,61,255); }
div.DivClassName
{
background-color: #323DFF;
}
.BgClassName
{
background-color: #323DFF;
}
</style>
border-color css
<style>
span { border-color: #323DFF; }
span { border-color: rgb(50,61,255); }
td.TdClassName
{
border-color: #323DFF;
}
.TagClassName
{
border-color: #323DFF;
}
</style>