Shades of Neon Blue #203DF9
Tints of Neon Blue #203DF9
RGB
CMYK
RGB Variations
Color information
#203DF9 (or 0x203DF9) is known color: Neon Blue. HEX triplet: 20, 3D and F9. RGB value is (32,61,249). Sum of RGB (Red+Green+Blue) = 32+61+249=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #203DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203DF9 is #DFC206. Grayscale: #484848. Windows color (decimal): -14664199 or 16334112. OLE color: 16334112.
HSL color Cylindrical-coordinate representation of color #203DF9: hue angle of 231.98º degrees, saturation: 0.95, 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 #203DF9 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 61 | 249 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.02 |
| HSL | 231.98º | 0.95% | 0.55% | - |
| HSV(B) | 231.98º | 0.87% | 0.98% | - |
| XYZ | 19.36 | 10.48 | 90.63 | - |
| YUV | 73.76 | 226.89 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 249 | 0.87 | 0.76 | 0 | 0.02 | 231.98 | 0.95 | 0.55 |
| Hex | 20 | 3D | F9 | 57 | 4C | 0 | 2 | E8 | 5F | 37 |
| Octal | 40 | 75 | 371 | 127 | 114 | 0 | 2 | 350 | 137 | 67 |
| Binary | 100000 | 111101 | 11111001 | 1010111 | 1001100 | 0 | 10 | 11101000 | 1011111 | 110111 |
Color Harmonies of #203DF9
Complementary color
Monochromatic Colors of #203DF9
Black with #203DF9
Text Example
Text Example
White with #203DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DF9; }
p { color: rgb(32,61,249); }
H1.HeaderClassName
{
color: #203DF9;
}
.AnyTagClassName
{
color: #203DF9;
}
</style>
background-color css
<style>
a { background-color: #203DF9; }
a { background-color: rgb(32,61,249); }
div.DivClassName
{
background-color: #203DF9;
}
.BgClassName
{
background-color: #203DF9;
}
</style>
border-color css
<style>
span { border-color: #203DF9; }
span { border-color: rgb(32,61,249); }
td.TdClassName
{
border-color: #203DF9;
}
.TagClassName
{
border-color: #203DF9;
}
</style>