Shades of Neon Blue #323BF0
Tints of Neon Blue #323BF0
RGB
CMYK
RGB Variations
Color information
#323BF0 (or 0x323BF0) is known color: Neon Blue. HEX triplet: 32, 3B and F0. RGB value is (50,59,240). Sum of RGB (Red+Green+Blue) = 50+59+240=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 240 (94.14% from 255 or 68.77% from 349); Max value from RGB is 240 - color contains mainly: blue. Hex color #323BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323BF0 is #CDC40F. Grayscale: #4C4C4C. Windows color (decimal): -13485072 or 15743794. OLE color: 15743794.
HSL color Cylindrical-coordinate representation of color #323BF0: hue angle of 237.16º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #323BF0 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 59 | 240 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.06 |
| HSL | 237.16º | 0.86% | 0.57% | - |
| HSV(B) | 237.16º | 0.79% | 0.94% | - |
| XYZ | 18.61 | 10.1 | 83.41 | - |
| YUV | 76.94 | 220.02 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 240 | 0.79 | 0.75 | 0 | 0.06 | 237.16 | 0.86 | 0.57 |
| Hex | 32 | 3B | F0 | 4F | 4B | 0 | 6 | ED | 56 | 39 |
| Octal | 62 | 73 | 360 | 117 | 113 | 0 | 6 | 355 | 126 | 71 |
| Binary | 110010 | 111011 | 11110000 | 1001111 | 1001011 | 0 | 110 | 11101101 | 1010110 | 111001 |
Color Harmonies of #323BF0
Complementary color
Monochromatic Colors of #323BF0
Black with #323BF0
Text Example
Text Example
White with #323BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BF0; }
p { color: rgb(50,59,240); }
H1.HeaderClassName
{
color: #323BF0;
}
.AnyTagClassName
{
color: #323BF0;
}
</style>
background-color css
<style>
a { background-color: #323BF0; }
a { background-color: rgb(50,59,240); }
div.DivClassName
{
background-color: #323BF0;
}
.BgClassName
{
background-color: #323BF0;
}
</style>
border-color css
<style>
span { border-color: #323BF0; }
span { border-color: rgb(50,59,240); }
td.TdClassName
{
border-color: #323BF0;
}
.TagClassName
{
border-color: #323BF0;
}
</style>