Shades of Neon Blue #323CFB
Tints of Neon Blue #323CFB
RGB
CMYK
RGB Variations
Color information
#323CFB (or 0x323CFB) is known color: Neon Blue. HEX triplet: 32, 3C and FB. RGB value is (50,60,251). Sum of RGB (Red+Green+Blue) = 50+60+251=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #323CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323CFB is #CDC304. Grayscale: #4E4E4E. Windows color (decimal): -13484805 or 16464946. OLE color: 16464946.
HSL color Cylindrical-coordinate representation of color #323CFB: hue angle of 237.01º degrees, saturation: 0.96, 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 #323CFB is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 60 | 251 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.02 |
| HSL | 237.01º | 0.96% | 0.59% | - |
| HSV(B) | 237.01º | 0.8% | 0.98% | - |
| XYZ | 20.34 | 10.87 | 92.29 | - |
| YUV | 78.78 | 225.19 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 251 | 0.80 | 0.76 | 0 | 0.02 | 237.01 | 0.96 | 0.59 |
| Hex | 32 | 3C | FB | 50 | 4C | 0 | 2 | ED | 60 | 3B |
| Octal | 62 | 74 | 373 | 120 | 114 | 0 | 2 | 355 | 140 | 73 |
| Binary | 110010 | 111100 | 11111011 | 1010000 | 1001100 | 0 | 10 | 11101101 | 1100000 | 111011 |
Color Harmonies of #323CFB
Complementary color
Monochromatic Colors of #323CFB
Black with #323CFB
Text Example
Text Example
White with #323CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CFB; }
p { color: rgb(50,60,251); }
H1.HeaderClassName
{
color: #323CFB;
}
.AnyTagClassName
{
color: #323CFB;
}
</style>
background-color css
<style>
a { background-color: #323CFB; }
a { background-color: rgb(50,60,251); }
div.DivClassName
{
background-color: #323CFB;
}
.BgClassName
{
background-color: #323CFB;
}
</style>
border-color css
<style>
span { border-color: #323CFB; }
span { border-color: rgb(50,60,251); }
td.TdClassName
{
border-color: #323CFB;
}
.TagClassName
{
border-color: #323CFB;
}
</style>