Shades of Neon Blue #323BFE
Tints of Neon Blue #323BFE
RGB
CMYK
RGB Variations
Color information
#323BFE (or 0x323BFE) is known color: Neon Blue. HEX triplet: 32, 3B and FE. RGB value is (50,59,254). Sum of RGB (Red+Green+Blue) = 50+59+254=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #323BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323BFE is #CDC401. Grayscale: #4D4D4D. Windows color (decimal): -13485058 or 16661298. OLE color: 16661298.
HSL color Cylindrical-coordinate representation of color #323BFE: hue angle of 237.35º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #323BFE is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 59 | 254 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.00 |
| HSL | 237.35º | 0.99% | 0.6% | - |
| HSV(B) | 237.35º | 0.8% | 1% | - |
| XYZ | 20.77 | 10.96 | 94.79 | - |
| YUV | 78.54 | 227.02 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 254 | 0.80 | 0.77 | 0 | 0.00 | 237.35 | 0.99 | 0.6 |
| Hex | 32 | 3B | FE | 50 | 4D | 0 | 0 | ED | 63 | 3C |
| Octal | 62 | 73 | 376 | 120 | 115 | 0 | 0 | 355 | 143 | 74 |
| Binary | 110010 | 111011 | 11111110 | 1010000 | 1001101 | 0 | 0 | 11101101 | 1100011 | 111100 |
Color Harmonies of #323BFE
Complementary color
Monochromatic Colors of #323BFE
Black with #323BFE
Text Example
Text Example
White with #323BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BFE; }
p { color: rgb(50,59,254); }
H1.HeaderClassName
{
color: #323BFE;
}
.AnyTagClassName
{
color: #323BFE;
}
</style>
background-color css
<style>
a { background-color: #323BFE; }
a { background-color: rgb(50,59,254); }
div.DivClassName
{
background-color: #323BFE;
}
.BgClassName
{
background-color: #323BFE;
}
</style>
border-color css
<style>
span { border-color: #323BFE; }
span { border-color: rgb(50,59,254); }
td.TdClassName
{
border-color: #323BFE;
}
.TagClassName
{
border-color: #323BFE;
}
</style>