Shades of Neon Blue #323AF7
Tints of Neon Blue #323AF7
RGB
CMYK
RGB Variations
Color information
#323AF7 (or 0x323AF7) is known color: Neon Blue. HEX triplet: 32, 3A and F7. RGB value is (50,58,247). Sum of RGB (Red+Green+Blue) = 50+58+247=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 247 (96.88% from 255 or 69.58% from 355); Max value from RGB is 247 - color contains mainly: blue. Hex color #323AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323AF7 is #CDC508. Grayscale: #4C4C4C. Windows color (decimal): -13485321 or 16202290. OLE color: 16202290.
HSL color Cylindrical-coordinate representation of color #323AF7: hue angle of 237.56º degrees, saturation: 0.92, 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 #323AF7 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 58 | 247 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.03 |
| HSL | 237.56º | 0.92% | 0.58% | - |
| HSV(B) | 237.56º | 0.8% | 0.97% | - |
| XYZ | 19.62 | 10.42 | 88.97 | - |
| YUV | 77.15 | 223.85 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 247 | 0.80 | 0.77 | 0 | 0.03 | 237.56 | 0.92 | 0.58 |
| Hex | 32 | 3A | F7 | 50 | 4D | 0 | 3 | EE | 5C | 3A |
| Octal | 62 | 72 | 367 | 120 | 115 | 0 | 3 | 356 | 134 | 72 |
| Binary | 110010 | 111010 | 11110111 | 1010000 | 1001101 | 0 | 11 | 11101110 | 1011100 | 111010 |
Color Harmonies of #323AF7
Complementary color
Monochromatic Colors of #323AF7
Black with #323AF7
Text Example
Text Example
White with #323AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AF7; }
p { color: rgb(50,58,247); }
H1.HeaderClassName
{
color: #323AF7;
}
.AnyTagClassName
{
color: #323AF7;
}
</style>
background-color css
<style>
a { background-color: #323AF7; }
a { background-color: rgb(50,58,247); }
div.DivClassName
{
background-color: #323AF7;
}
.BgClassName
{
background-color: #323AF7;
}
</style>
border-color css
<style>
span { border-color: #323AF7; }
span { border-color: rgb(50,58,247); }
td.TdClassName
{
border-color: #323AF7;
}
.TagClassName
{
border-color: #323AF7;
}
</style>