Shades of Neon Blue #323FFA
Tints of Neon Blue #323FFA
RGB
CMYK
RGB Variations
Color information
#323FFA (or 0x323FFA) is known color: Neon Blue. HEX triplet: 32, 3F and FA. RGB value is (50,63,250). Sum of RGB (Red+Green+Blue) = 50+63+250=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #323FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323FFA is #CDC005. Grayscale: #4F4F4F. Windows color (decimal): -13484038 or 16400178. OLE color: 16400178.
HSL color Cylindrical-coordinate representation of color #323FFA: hue angle of 236.1º degrees, saturation: 0.95, 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 #323FFA is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 63 | 250 | - |
| CMYK | 0.8 | 0.75 | 0 | 0.02 |
| HSL | 236.1º | 0.95% | 0.59% | - |
| HSV(B) | 236.1º | 0.8% | 0.98% | - |
| XYZ | 20.35 | 11.14 | 91.52 | - |
| YUV | 80.43 | 223.69 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 250 | 0.8 | 0.75 | 0 | 0.02 | 236.1 | 0.95 | 0.59 |
| Hex | 32 | 3F | FA | 50 | 4B | 0 | 2 | EC | 5F | 3B |
| Octal | 62 | 77 | 372 | 120 | 113 | 0 | 2 | 354 | 137 | 73 |
| Binary | 110010 | 111111 | 11111010 | 1010000 | 1001011 | 0 | 10 | 11101100 | 1011111 | 111011 |
Color Harmonies of #323FFA
Complementary color
Monochromatic Colors of #323FFA
Black with #323FFA
Text Example
Text Example
White with #323FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FFA; }
p { color: rgb(50,63,250); }
H1.HeaderClassName
{
color: #323FFA;
}
.AnyTagClassName
{
color: #323FFA;
}
</style>
background-color css
<style>
a { background-color: #323FFA; }
a { background-color: rgb(50,63,250); }
div.DivClassName
{
background-color: #323FFA;
}
.BgClassName
{
background-color: #323FFA;
}
</style>
border-color css
<style>
span { border-color: #323FFA; }
span { border-color: rgb(50,63,250); }
td.TdClassName
{
border-color: #323FFA;
}
.TagClassName
{
border-color: #323FFA;
}
</style>