Shades of Neon Blue #203DFA
Tints of Neon Blue #203DFA
RGB
CMYK
RGB Variations
Color information
#203DFA (or 0x203DFA) is known color: Neon Blue. HEX triplet: 20, 3D and FA. RGB value is (32,61,250). Sum of RGB (Red+Green+Blue) = 32+61+250=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #203DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203DFA is #DFC205. Grayscale: #494949. Windows color (decimal): -14664198 or 16399648. OLE color: 16399648.
HSL color Cylindrical-coordinate representation of color #203DFA: hue angle of 232.02º 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 #203DFA is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 61 | 250 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.02 |
| HSL | 232.02º | 0.96% | 0.55% | - |
| HSV(B) | 232.02º | 0.87% | 0.98% | - |
| XYZ | 19.52 | 10.55 | 91.45 | - |
| YUV | 73.88 | 227.39 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 250 | 0.87 | 0.76 | 0 | 0.02 | 232.02 | 0.96 | 0.55 |
| Hex | 20 | 3D | FA | 57 | 4C | 0 | 2 | E8 | 60 | 37 |
| Octal | 40 | 75 | 372 | 127 | 114 | 0 | 2 | 350 | 140 | 67 |
| Binary | 100000 | 111101 | 11111010 | 1010111 | 1001100 | 0 | 10 | 11101000 | 1100000 | 110111 |
Color Harmonies of #203DFA
Complementary color
Monochromatic Colors of #203DFA
Black with #203DFA
Text Example
Text Example
White with #203DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DFA; }
p { color: rgb(32,61,250); }
H1.HeaderClassName
{
color: #203DFA;
}
.AnyTagClassName
{
color: #203DFA;
}
</style>
background-color css
<style>
a { background-color: #203DFA; }
a { background-color: rgb(32,61,250); }
div.DivClassName
{
background-color: #203DFA;
}
.BgClassName
{
background-color: #203DFA;
}
</style>
border-color css
<style>
span { border-color: #203DFA; }
span { border-color: rgb(32,61,250); }
td.TdClassName
{
border-color: #203DFA;
}
.TagClassName
{
border-color: #203DFA;
}
</style>