Shades of Neon Blue #323DF9
Tints of Neon Blue #323DF9
RGB
CMYK
RGB Variations
Color information
#323DF9 (or 0x323DF9) is known color: Neon Blue. HEX triplet: 32, 3D and F9. RGB value is (50,61,249). Sum of RGB (Red+Green+Blue) = 50+61+249=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #323DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323DF9 is #CDC206. Grayscale: #4E4E4E. Windows color (decimal): -13484551 or 16334130. OLE color: 16334130.
HSL color Cylindrical-coordinate representation of color #323DF9: hue angle of 236.68º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #323DF9 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 61 | 249 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.02 |
| HSL | 236.68º | 0.94% | 0.59% | - |
| HSV(B) | 236.68º | 0.8% | 0.98% | - |
| XYZ | 20.08 | 10.86 | 90.66 | - |
| YUV | 79.14 | 223.86 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 249 | 0.80 | 0.76 | 0 | 0.02 | 236.68 | 0.94 | 0.59 |
| Hex | 32 | 3D | F9 | 50 | 4C | 0 | 2 | ED | 5E | 3B |
| Octal | 62 | 75 | 371 | 120 | 114 | 0 | 2 | 355 | 136 | 73 |
| Binary | 110010 | 111101 | 11111001 | 1010000 | 1001100 | 0 | 10 | 11101101 | 1011110 | 111011 |
Color Harmonies of #323DF9
Complementary color
Monochromatic Colors of #323DF9
Black with #323DF9
Text Example
Text Example
White with #323DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DF9; }
p { color: rgb(50,61,249); }
H1.HeaderClassName
{
color: #323DF9;
}
.AnyTagClassName
{
color: #323DF9;
}
</style>
background-color css
<style>
a { background-color: #323DF9; }
a { background-color: rgb(50,61,249); }
div.DivClassName
{
background-color: #323DF9;
}
.BgClassName
{
background-color: #323DF9;
}
</style>
border-color css
<style>
span { border-color: #323DF9; }
span { border-color: rgb(50,61,249); }
td.TdClassName
{
border-color: #323DF9;
}
.TagClassName
{
border-color: #323DF9;
}
</style>