Shades of Neon Blue #323EF8
Tints of Neon Blue #323EF8
RGB
CMYK
RGB Variations
Color information
#323EF8 (or 0x323EF8) is known color: Neon Blue. HEX triplet: 32, 3E and F8. RGB value is (50,62,248). Sum of RGB (Red+Green+Blue) = 50+62+248=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #323EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323EF8 is #CDC107. Grayscale: #4E4E4E. Windows color (decimal): -13484296 or 16268850. OLE color: 16268850.
HSL color Cylindrical-coordinate representation of color #323EF8: hue angle of 236.36º 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 #323EF8 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 62 | 248 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.03 |
| HSL | 236.36º | 0.93% | 0.58% | - |
| HSV(B) | 236.36º | 0.8% | 0.97% | - |
| XYZ | 19.98 | 10.9 | 89.86 | - |
| YUV | 79.62 | 223.02 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 248 | 0.80 | 0.75 | 0 | 0.03 | 236.36 | 0.93 | 0.58 |
| Hex | 32 | 3E | F8 | 50 | 4B | 0 | 3 | EC | 5D | 3A |
| Octal | 62 | 76 | 370 | 120 | 113 | 0 | 3 | 354 | 135 | 72 |
| Binary | 110010 | 111110 | 11111000 | 1010000 | 1001011 | 0 | 11 | 11101100 | 1011101 | 111010 |
Color Harmonies of #323EF8
Complementary color
Monochromatic Colors of #323EF8
Black with #323EF8
Text Example
Text Example
White with #323EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EF8; }
p { color: rgb(50,62,248); }
H1.HeaderClassName
{
color: #323EF8;
}
.AnyTagClassName
{
color: #323EF8;
}
</style>
background-color css
<style>
a { background-color: #323EF8; }
a { background-color: rgb(50,62,248); }
div.DivClassName
{
background-color: #323EF8;
}
.BgClassName
{
background-color: #323EF8;
}
</style>
border-color css
<style>
span { border-color: #323EF8; }
span { border-color: rgb(50,62,248); }
td.TdClassName
{
border-color: #323EF8;
}
.TagClassName
{
border-color: #323EF8;
}
</style>