Shades of Neon Blue #323DF8
Tints of Neon Blue #323DF8
RGB
CMYK
RGB Variations
Color information
#323DF8 (or 0x323DF8) is known color: Neon Blue. HEX triplet: 32, 3D and F8. RGB value is (50,61,248). Sum of RGB (Red+Green+Blue) = 50+61+248=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 248 (97.27% from 255 or 69.08% from 359); Max value from RGB is 248 - color contains mainly: blue. Hex color #323DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323DF8 is #CDC207. Grayscale: #4E4E4E. Windows color (decimal): -13484552 or 16268594. OLE color: 16268594.
HSL color Cylindrical-coordinate representation of color #323DF8: hue angle of 236.67º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #323DF8 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 61 | 248 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.03 |
| HSL | 236.67º | 0.93% | 0.58% | - |
| HSV(B) | 236.67º | 0.8% | 0.97% | - |
| XYZ | 19.93 | 10.79 | 89.84 | - |
| YUV | 79.03 | 223.36 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 248 | 0.80 | 0.75 | 0 | 0.03 | 236.67 | 0.93 | 0.58 |
| Hex | 32 | 3D | F8 | 50 | 4B | 0 | 3 | ED | 5D | 3A |
| Octal | 62 | 75 | 370 | 120 | 113 | 0 | 3 | 355 | 135 | 72 |
| Binary | 110010 | 111101 | 11111000 | 1010000 | 1001011 | 0 | 11 | 11101101 | 1011101 | 111010 |
Color Harmonies of #323DF8
Complementary color
Monochromatic Colors of #323DF8
Black with #323DF8
Text Example
Text Example
White with #323DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DF8; }
p { color: rgb(50,61,248); }
H1.HeaderClassName
{
color: #323DF8;
}
.AnyTagClassName
{
color: #323DF8;
}
</style>
background-color css
<style>
a { background-color: #323DF8; }
a { background-color: rgb(50,61,248); }
div.DivClassName
{
background-color: #323DF8;
}
.BgClassName
{
background-color: #323DF8;
}
</style>
border-color css
<style>
span { border-color: #323DF8; }
span { border-color: rgb(50,61,248); }
td.TdClassName
{
border-color: #323DF8;
}
.TagClassName
{
border-color: #323DF8;
}
</style>