Shades of Neon Blue #323AFE
Tints of Neon Blue #323AFE
RGB
CMYK
RGB Variations
Color information
#323AFE (or 0x323AFE) is known color: Neon Blue. HEX triplet: 32, 3A and FE. RGB value is (50,58,254). Sum of RGB (Red+Green+Blue) = 50+58+254=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #323AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323AFE is #CDC501. Grayscale: #4D4D4D. Windows color (decimal): -13485314 or 16661042. OLE color: 16661042.
HSL color Cylindrical-coordinate representation of color #323AFE: hue angle of 237.65º 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 #323AFE is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 58 | 254 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.00 |
| HSL | 237.65º | 0.99% | 0.6% | - |
| HSV(B) | 237.65º | 0.8% | 1% | - |
| XYZ | 20.72 | 10.86 | 94.77 | - |
| YUV | 77.95 | 227.35 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 254 | 0.80 | 0.77 | 0 | 0.00 | 237.65 | 0.99 | 0.6 |
| Hex | 32 | 3A | FE | 50 | 4D | 0 | 0 | EE | 63 | 3C |
| Octal | 62 | 72 | 376 | 120 | 115 | 0 | 0 | 356 | 143 | 74 |
| Binary | 110010 | 111010 | 11111110 | 1010000 | 1001101 | 0 | 0 | 11101110 | 1100011 | 111100 |
Color Harmonies of #323AFE
Complementary color
Monochromatic Colors of #323AFE
Black with #323AFE
Text Example
Text Example
White with #323AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AFE; }
p { color: rgb(50,58,254); }
H1.HeaderClassName
{
color: #323AFE;
}
.AnyTagClassName
{
color: #323AFE;
}
</style>
background-color css
<style>
a { background-color: #323AFE; }
a { background-color: rgb(50,58,254); }
div.DivClassName
{
background-color: #323AFE;
}
.BgClassName
{
background-color: #323AFE;
}
</style>
border-color css
<style>
span { border-color: #323AFE; }
span { border-color: rgb(50,58,254); }
td.TdClassName
{
border-color: #323AFE;
}
.TagClassName
{
border-color: #323AFE;
}
</style>