Shades of Neon Blue #323DEB
Tints of Neon Blue #323DEB
RGB
CMYK
RGB Variations
Color information
#323DEB (or 0x323DEB) is known color: Neon Blue. HEX triplet: 32, 3D and EB. RGB value is (50,61,235). Sum of RGB (Red+Green+Blue) = 50+61+235=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #323DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323DEB is #CDC214. Grayscale: #4C4C4C. Windows color (decimal): -13484565 or 15416626. OLE color: 15416626.
HSL color Cylindrical-coordinate representation of color #323DEB: hue angle of 236.43º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #323DEB is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 61 | 235 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.08 |
| HSL | 236.43º | 0.82% | 0.56% | - |
| HSV(B) | 236.43º | 0.79% | 0.92% | - |
| XYZ | 17.98 | 10.01 | 79.58 | - |
| YUV | 77.55 | 216.86 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 235 | 0.79 | 0.74 | 0 | 0.08 | 236.43 | 0.82 | 0.56 |
| Hex | 32 | 3D | EB | 4F | 4A | 0 | 8 | EC | 52 | 38 |
| Octal | 62 | 75 | 353 | 117 | 112 | 0 | 10 | 354 | 122 | 70 |
| Binary | 110010 | 111101 | 11101011 | 1001111 | 1001010 | 0 | 1000 | 11101100 | 1010010 | 111000 |
Color Harmonies of #323DEB
Complementary color
Monochromatic Colors of #323DEB
Black with #323DEB
Text Example
Text Example
White with #323DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DEB; }
p { color: rgb(50,61,235); }
H1.HeaderClassName
{
color: #323DEB;
}
.AnyTagClassName
{
color: #323DEB;
}
</style>
background-color css
<style>
a { background-color: #323DEB; }
a { background-color: rgb(50,61,235); }
div.DivClassName
{
background-color: #323DEB;
}
.BgClassName
{
background-color: #323DEB;
}
</style>
border-color css
<style>
span { border-color: #323DEB; }
span { border-color: rgb(50,61,235); }
td.TdClassName
{
border-color: #323DEB;
}
.TagClassName
{
border-color: #323DEB;
}
</style>