Shades of Neon Blue #323EFD
Tints of Neon Blue #323EFD
RGB
CMYK
RGB Variations
Color information
#323EFD (or 0x323EFD) is known color: Neon Blue. HEX triplet: 32, 3E and FD. RGB value is (50,62,253). Sum of RGB (Red+Green+Blue) = 50+62+253=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #323EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323EFD is #CDC102. Grayscale: #4F4F4F. Windows color (decimal): -13484291 or 16596530. OLE color: 16596530.
HSL color Cylindrical-coordinate representation of color #323EFD: hue angle of 236.45º 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 #323EFD is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 62 | 253 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.01 |
| HSL | 236.45º | 0.98% | 0.59% | - |
| HSV(B) | 236.45º | 0.8% | 0.99% | - |
| XYZ | 20.77 | 11.22 | 94 | - |
| YUV | 80.19 | 225.52 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 253 | 0.80 | 0.75 | 0 | 0.01 | 236.45 | 0.98 | 0.59 |
| Hex | 32 | 3E | FD | 50 | 4B | 0 | 1 | EC | 62 | 3B |
| Octal | 62 | 76 | 375 | 120 | 113 | 0 | 1 | 354 | 142 | 73 |
| Binary | 110010 | 111110 | 11111101 | 1010000 | 1001011 | 0 | 1 | 11101100 | 1100010 | 111011 |
Color Harmonies of #323EFD
Complementary color
Monochromatic Colors of #323EFD
Black with #323EFD
Text Example
Text Example
White with #323EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EFD; }
p { color: rgb(50,62,253); }
H1.HeaderClassName
{
color: #323EFD;
}
.AnyTagClassName
{
color: #323EFD;
}
</style>
background-color css
<style>
a { background-color: #323EFD; }
a { background-color: rgb(50,62,253); }
div.DivClassName
{
background-color: #323EFD;
}
.BgClassName
{
background-color: #323EFD;
}
</style>
border-color css
<style>
span { border-color: #323EFD; }
span { border-color: rgb(50,62,253); }
td.TdClassName
{
border-color: #323EFD;
}
.TagClassName
{
border-color: #323EFD;
}
</style>