Shades of Neon Blue #323AF3
Tints of Neon Blue #323AF3
RGB
CMYK
RGB Variations
Color information
#323AF3 (or 0x323AF3) is known color: Neon Blue. HEX triplet: 32, 3A and F3. RGB value is (50,58,243). Sum of RGB (Red+Green+Blue) = 50+58+243=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 243 (95.31% from 255 or 69.23% from 351); Max value from RGB is 243 - color contains mainly: blue. Hex color #323AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323AF3 is #CDC50C. Grayscale: #4B4B4B. Windows color (decimal): -13485325 or 15940146. OLE color: 15940146.
HSL color Cylindrical-coordinate representation of color #323AF3: hue angle of 237.51º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #323AF3 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 58 | 243 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.05 |
| HSL | 237.51º | 0.89% | 0.57% | - |
| HSV(B) | 237.51º | 0.79% | 0.95% | - |
| XYZ | 19.01 | 10.18 | 85.76 | - |
| YUV | 76.7 | 221.85 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 243 | 0.79 | 0.76 | 0 | 0.05 | 237.51 | 0.89 | 0.57 |
| Hex | 32 | 3A | F3 | 4F | 4C | 0 | 5 | EE | 59 | 39 |
| Octal | 62 | 72 | 363 | 117 | 114 | 0 | 5 | 356 | 131 | 71 |
| Binary | 110010 | 111010 | 11110011 | 1001111 | 1001100 | 0 | 101 | 11101110 | 1011001 | 111001 |
Color Harmonies of #323AF3
Complementary color
Monochromatic Colors of #323AF3
Black with #323AF3
Text Example
Text Example
White with #323AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AF3; }
p { color: rgb(50,58,243); }
H1.HeaderClassName
{
color: #323AF3;
}
.AnyTagClassName
{
color: #323AF3;
}
</style>
background-color css
<style>
a { background-color: #323AF3; }
a { background-color: rgb(50,58,243); }
div.DivClassName
{
background-color: #323AF3;
}
.BgClassName
{
background-color: #323AF3;
}
</style>
border-color css
<style>
span { border-color: #323AF3; }
span { border-color: rgb(50,58,243); }
td.TdClassName
{
border-color: #323AF3;
}
.TagClassName
{
border-color: #323AF3;
}
</style>