Shades of Neon Blue #323FF3
Tints of Neon Blue #323FF3
RGB
CMYK
RGB Variations
Color information
#323FF3 (or 0x323FF3) is known color: Neon Blue. HEX triplet: 32, 3F and F3. RGB value is (50,63,243). Sum of RGB (Red+Green+Blue) = 50+63+243=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #323FF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323FF3 is #CDC00C. Grayscale: #4E4E4E. Windows color (decimal): -13484045 or 15941426. OLE color: 15941426.
HSL color Cylindrical-coordinate representation of color #323FF3: hue angle of 235.96º 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 #323FF3 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 63 | 243 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.05 |
| HSL | 235.96º | 0.89% | 0.57% | - |
| HSV(B) | 235.96º | 0.79% | 0.95% | - |
| XYZ | 19.27 | 10.7 | 85.84 | - |
| YUV | 79.63 | 220.19 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 243 | 0.79 | 0.74 | 0 | 0.05 | 235.96 | 0.89 | 0.57 |
| Hex | 32 | 3F | F3 | 4F | 4A | 0 | 5 | EC | 59 | 39 |
| Octal | 62 | 77 | 363 | 117 | 112 | 0 | 5 | 354 | 131 | 71 |
| Binary | 110010 | 111111 | 11110011 | 1001111 | 1001010 | 0 | 101 | 11101100 | 1011001 | 111001 |
Color Harmonies of #323FF3
Complementary color
Monochromatic Colors of #323FF3
Black with #323FF3
Text Example
Text Example
White with #323FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FF3; }
p { color: rgb(50,63,243); }
H1.HeaderClassName
{
color: #323FF3;
}
.AnyTagClassName
{
color: #323FF3;
}
</style>
background-color css
<style>
a { background-color: #323FF3; }
a { background-color: rgb(50,63,243); }
div.DivClassName
{
background-color: #323FF3;
}
.BgClassName
{
background-color: #323FF3;
}
</style>
border-color css
<style>
span { border-color: #323FF3; }
span { border-color: rgb(50,63,243); }
td.TdClassName
{
border-color: #323FF3;
}
.TagClassName
{
border-color: #323FF3;
}
</style>