Shades of Neon Blue #323BFD
Tints of Neon Blue #323BFD
RGB
CMYK
RGB Variations
Color information
#323BFD (or 0x323BFD) is known color: Neon Blue. HEX triplet: 32, 3B and FD. RGB value is (50,59,253). Sum of RGB (Red+Green+Blue) = 50+59+253=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #323BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323BFD is #CDC402. Grayscale: #4D4D4D. Windows color (decimal): -13485059 or 16595762. OLE color: 16595762.
HSL color Cylindrical-coordinate representation of color #323BFD: hue angle of 237.34º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #323BFD is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 59 | 253 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.01 |
| HSL | 237.34º | 0.98% | 0.59% | - |
| HSV(B) | 237.34º | 0.8% | 0.99% | - |
| XYZ | 20.61 | 10.9 | 93.95 | - |
| YUV | 78.43 | 226.52 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 253 | 0.80 | 0.77 | 0 | 0.01 | 237.34 | 0.98 | 0.59 |
| Hex | 32 | 3B | FD | 50 | 4D | 0 | 1 | ED | 62 | 3B |
| Octal | 62 | 73 | 375 | 120 | 115 | 0 | 1 | 355 | 142 | 73 |
| Binary | 110010 | 111011 | 11111101 | 1010000 | 1001101 | 0 | 1 | 11101101 | 1100010 | 111011 |
Color Harmonies of #323BFD
Complementary color
Monochromatic Colors of #323BFD
Black with #323BFD
Text Example
Text Example
White with #323BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BFD; }
p { color: rgb(50,59,253); }
H1.HeaderClassName
{
color: #323BFD;
}
.AnyTagClassName
{
color: #323BFD;
}
</style>
background-color css
<style>
a { background-color: #323BFD; }
a { background-color: rgb(50,59,253); }
div.DivClassName
{
background-color: #323BFD;
}
.BgClassName
{
background-color: #323BFD;
}
</style>
border-color css
<style>
span { border-color: #323BFD; }
span { border-color: rgb(50,59,253); }
td.TdClassName
{
border-color: #323BFD;
}
.TagClassName
{
border-color: #323BFD;
}
</style>