Shades of Neon Blue #2038FA
Tints of Neon Blue #2038FA
RGB
CMYK
RGB Variations
Color information
#2038FA (or 0x2038FA) is known color: Neon Blue. HEX triplet: 20, 38 and FA. RGB value is (32,56,250). Sum of RGB (Red+Green+Blue) = 32+56+250=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #2038FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2038FA is #DFC705. Grayscale: #464646. Windows color (decimal): -14665478 or 16398368. OLE color: 16398368.
HSL color Cylindrical-coordinate representation of color #2038FA: hue angle of 233.39º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2038FA is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 56 | 250 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.02 |
| HSL | 233.39º | 0.96% | 0.55% | - |
| HSV(B) | 233.39º | 0.87% | 0.98% | - |
| XYZ | 19.27 | 10.04 | 91.36 | - |
| YUV | 70.94 | 229.05 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 250 | 0.87 | 0.78 | 0 | 0.02 | 233.39 | 0.96 | 0.55 |
| Hex | 20 | 38 | FA | 57 | 4E | 0 | 2 | E9 | 60 | 37 |
| Octal | 40 | 70 | 372 | 127 | 116 | 0 | 2 | 351 | 140 | 67 |
| Binary | 100000 | 111000 | 11111010 | 1010111 | 1001110 | 0 | 10 | 11101001 | 1100000 | 110111 |
Color Harmonies of #2038FA
Complementary color
Monochromatic Colors of #2038FA
Black with #2038FA
Text Example
Text Example
White with #2038FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2038FA; }
p { color: rgb(32,56,250); }
H1.HeaderClassName
{
color: #2038FA;
}
.AnyTagClassName
{
color: #2038FA;
}
</style>
background-color css
<style>
a { background-color: #2038FA; }
a { background-color: rgb(32,56,250); }
div.DivClassName
{
background-color: #2038FA;
}
.BgClassName
{
background-color: #2038FA;
}
</style>
border-color css
<style>
span { border-color: #2038FA; }
span { border-color: rgb(32,56,250); }
td.TdClassName
{
border-color: #2038FA;
}
.TagClassName
{
border-color: #2038FA;
}
</style>