Shades of Neon Blue #323AF8
Tints of Neon Blue #323AF8
RGB
CMYK
RGB Variations
Color information
#323AF8 (or 0x323AF8) is known color: Neon Blue. HEX triplet: 32, 3A and F8. RGB value is (50,58,248). Sum of RGB (Red+Green+Blue) = 50+58+248=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 248 (97.27% from 255 or 69.66% from 356); Max value from RGB is 248 - color contains mainly: blue. Hex color #323AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323AF8 is #CDC507. Grayscale: #4C4C4C. Windows color (decimal): -13485320 or 16267826. OLE color: 16267826.
HSL color Cylindrical-coordinate representation of color #323AF8: hue angle of 237.58º 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 #323AF8 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 58 | 248 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.03 |
| HSL | 237.58º | 0.93% | 0.58% | - |
| HSV(B) | 237.58º | 0.8% | 0.97% | - |
| XYZ | 19.77 | 10.48 | 89.79 | - |
| YUV | 77.27 | 224.35 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 248 | 0.80 | 0.77 | 0 | 0.03 | 237.58 | 0.93 | 0.58 |
| Hex | 32 | 3A | F8 | 50 | 4D | 0 | 3 | EE | 5D | 3A |
| Octal | 62 | 72 | 370 | 120 | 115 | 0 | 3 | 356 | 135 | 72 |
| Binary | 110010 | 111010 | 11111000 | 1010000 | 1001101 | 0 | 11 | 11101110 | 1011101 | 111010 |
Color Harmonies of #323AF8
Complementary color
Monochromatic Colors of #323AF8
Black with #323AF8
Text Example
Text Example
White with #323AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AF8; }
p { color: rgb(50,58,248); }
H1.HeaderClassName
{
color: #323AF8;
}
.AnyTagClassName
{
color: #323AF8;
}
</style>
background-color css
<style>
a { background-color: #323AF8; }
a { background-color: rgb(50,58,248); }
div.DivClassName
{
background-color: #323AF8;
}
.BgClassName
{
background-color: #323AF8;
}
</style>
border-color css
<style>
span { border-color: #323AF8; }
span { border-color: rgb(50,58,248); }
td.TdClassName
{
border-color: #323AF8;
}
.TagClassName
{
border-color: #323AF8;
}
</style>