Shades of Neon Blue #323CF7
Tints of Neon Blue #323CF7
RGB
CMYK
RGB Variations
Color information
#323CF7 (or 0x323CF7) is known color: Neon Blue. HEX triplet: 32, 3C and F7. RGB value is (50,60,247). Sum of RGB (Red+Green+Blue) = 50+60+247=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 247 (96.88% from 255 or 69.19% from 357); Max value from RGB is 247 - color contains mainly: blue. Hex color #323CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323CF7 is #CDC308. Grayscale: #4D4D4D. Windows color (decimal): -13484809 or 16202802. OLE color: 16202802.
HSL color Cylindrical-coordinate representation of color #323CF7: hue angle of 236.95º 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 #323CF7 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 60 | 247 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.03 |
| HSL | 236.95º | 0.92% | 0.58% | - |
| HSV(B) | 236.95º | 0.8% | 0.97% | - |
| XYZ | 19.72 | 10.63 | 89.01 | - |
| YUV | 78.33 | 223.19 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 247 | 0.80 | 0.76 | 0 | 0.03 | 236.95 | 0.92 | 0.58 |
| Hex | 32 | 3C | F7 | 50 | 4C | 0 | 3 | ED | 5C | 3A |
| Octal | 62 | 74 | 367 | 120 | 114 | 0 | 3 | 355 | 134 | 72 |
| Binary | 110010 | 111100 | 11110111 | 1010000 | 1001100 | 0 | 11 | 11101101 | 1011100 | 111010 |
Color Harmonies of #323CF7
Complementary color
Monochromatic Colors of #323CF7
Black with #323CF7
Text Example
Text Example
White with #323CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CF7; }
p { color: rgb(50,60,247); }
H1.HeaderClassName
{
color: #323CF7;
}
.AnyTagClassName
{
color: #323CF7;
}
</style>
background-color css
<style>
a { background-color: #323CF7; }
a { background-color: rgb(50,60,247); }
div.DivClassName
{
background-color: #323CF7;
}
.BgClassName
{
background-color: #323CF7;
}
</style>
border-color css
<style>
span { border-color: #323CF7; }
span { border-color: rgb(50,60,247); }
td.TdClassName
{
border-color: #323CF7;
}
.TagClassName
{
border-color: #323CF7;
}
</style>