Shades of Neon Blue #323CFE
Tints of Neon Blue #323CFE
RGB
CMYK
RGB Variations
Color information
#323CFE (or 0x323CFE) is known color: Neon Blue. HEX triplet: 32, 3C and FE. RGB value is (50,60,254). Sum of RGB (Red+Green+Blue) = 50+60+254=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #323CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323CFE is #CDC301. Grayscale: #4E4E4E. Windows color (decimal): -13484802 or 16661554. OLE color: 16661554.
HSL color Cylindrical-coordinate representation of color #323CFE: hue angle of 237.06º 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 #323CFE is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 60 | 254 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.00 |
| HSL | 237.06º | 0.99% | 0.6% | - |
| HSV(B) | 237.06º | 0.8% | 1% | - |
| XYZ | 20.82 | 11.07 | 94.8 | - |
| YUV | 79.13 | 226.69 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 254 | 0.80 | 0.76 | 0 | 0.00 | 237.06 | 0.99 | 0.6 |
| Hex | 32 | 3C | FE | 50 | 4C | 0 | 0 | ED | 63 | 3C |
| Octal | 62 | 74 | 376 | 120 | 114 | 0 | 0 | 355 | 143 | 74 |
| Binary | 110010 | 111100 | 11111110 | 1010000 | 1001100 | 0 | 0 | 11101101 | 1100011 | 111100 |
Color Harmonies of #323CFE
Complementary color
Monochromatic Colors of #323CFE
Black with #323CFE
Text Example
Text Example
White with #323CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CFE; }
p { color: rgb(50,60,254); }
H1.HeaderClassName
{
color: #323CFE;
}
.AnyTagClassName
{
color: #323CFE;
}
</style>
background-color css
<style>
a { background-color: #323CFE; }
a { background-color: rgb(50,60,254); }
div.DivClassName
{
background-color: #323CFE;
}
.BgClassName
{
background-color: #323CFE;
}
</style>
border-color css
<style>
span { border-color: #323CFE; }
span { border-color: rgb(50,60,254); }
td.TdClassName
{
border-color: #323CFE;
}
.TagClassName
{
border-color: #323CFE;
}
</style>