Shades of Neon Blue #3238EF
Tints of Neon Blue #3238EF
RGB
CMYK
RGB Variations
Color information
#3238EF (or 0x3238EF) is known color: Neon Blue. HEX triplet: 32, 38 and EF. RGB value is (50,56,239). Sum of RGB (Red+Green+Blue) = 50+56+239=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #3238EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3238EF is #CDC710. Grayscale: #4A4A4A. Windows color (decimal): -13485841 or 15677490. OLE color: 15677490.
HSL color Cylindrical-coordinate representation of color #3238EF: hue angle of 238.1º 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 #3238EF is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 56 | 239 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.06 |
| HSL | 238.1º | 0.86% | 0.57% | - |
| HSV(B) | 238.1º | 0.79% | 0.94% | - |
| XYZ | 18.31 | 9.74 | 82.58 | - |
| YUV | 75.07 | 220.51 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 239 | 0.79 | 0.77 | 0 | 0.06 | 238.1 | 0.86 | 0.57 |
| Hex | 32 | 38 | EF | 4F | 4D | 0 | 6 | EE | 56 | 39 |
| Octal | 62 | 70 | 357 | 117 | 115 | 0 | 6 | 356 | 126 | 71 |
| Binary | 110010 | 111000 | 11101111 | 1001111 | 1001101 | 0 | 110 | 11101110 | 1010110 | 111001 |
Color Harmonies of #3238EF
Complementary color
Monochromatic Colors of #3238EF
Black with #3238EF
Text Example
Text Example
White with #3238EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3238EF; }
p { color: rgb(50,56,239); }
H1.HeaderClassName
{
color: #3238EF;
}
.AnyTagClassName
{
color: #3238EF;
}
</style>
background-color css
<style>
a { background-color: #3238EF; }
a { background-color: rgb(50,56,239); }
div.DivClassName
{
background-color: #3238EF;
}
.BgClassName
{
background-color: #3238EF;
}
</style>
border-color css
<style>
span { border-color: #3238EF; }
span { border-color: rgb(50,56,239); }
td.TdClassName
{
border-color: #3238EF;
}
.TagClassName
{
border-color: #3238EF;
}
</style>