Shades of Neon Blue #323DFB
Tints of Neon Blue #323DFB
RGB
CMYK
RGB Variations
Color information
#323DFB (or 0x323DFB) is known color: Neon Blue. HEX triplet: 32, 3D and FB. RGB value is (50,61,251). Sum of RGB (Red+Green+Blue) = 50+61+251=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #323DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323DFB is #CDC204. Grayscale: #4E4E4E. Windows color (decimal): -13484549 or 16465202. OLE color: 16465202.
HSL color Cylindrical-coordinate representation of color #323DFB: hue angle of 236.72º 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 #323DFB is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 61 | 251 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.02 |
| HSL | 236.72º | 0.96% | 0.59% | - |
| HSV(B) | 236.72º | 0.8% | 0.98% | - |
| XYZ | 20.4 | 10.98 | 92.31 | - |
| YUV | 79.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 251 | 0.80 | 0.76 | 0 | 0.02 | 236.72 | 0.96 | 0.59 |
| Hex | 32 | 3D | FB | 50 | 4C | 0 | 2 | ED | 60 | 3B |
| Octal | 62 | 75 | 373 | 120 | 114 | 0 | 2 | 355 | 140 | 73 |
| Binary | 110010 | 111101 | 11111011 | 1010000 | 1001100 | 0 | 10 | 11101101 | 1100000 | 111011 |
Color Harmonies of #323DFB
Complementary color
Monochromatic Colors of #323DFB
Black with #323DFB
Text Example
Text Example
White with #323DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DFB; }
p { color: rgb(50,61,251); }
H1.HeaderClassName
{
color: #323DFB;
}
.AnyTagClassName
{
color: #323DFB;
}
</style>
background-color css
<style>
a { background-color: #323DFB; }
a { background-color: rgb(50,61,251); }
div.DivClassName
{
background-color: #323DFB;
}
.BgClassName
{
background-color: #323DFB;
}
</style>
border-color css
<style>
span { border-color: #323DFB; }
span { border-color: rgb(50,61,251); }
td.TdClassName
{
border-color: #323DFB;
}
.TagClassName
{
border-color: #323DFB;
}
</style>