Shades of Neon Blue #203AF6
Tints of Neon Blue #203AF6
RGB
CMYK
RGB Variations
Color information
#203AF6 (or 0x203AF6) is known color: Neon Blue. HEX triplet: 20, 3A and F6. RGB value is (32,58,246). Sum of RGB (Red+Green+Blue) = 32+58+246=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 246 (96.48% from 255 or 73.21% from 336); Max value from RGB is 246 - color contains mainly: blue. Hex color #203AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203AF6 is #DFC509. Grayscale: #464646. Windows color (decimal): -14664970 or 16136736. OLE color: 16136736.
HSL color Cylindrical-coordinate representation of color #203AF6: hue angle of 232.71º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #203AF6 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 58 | 246 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.04 |
| HSL | 232.71º | 0.92% | 0.55% | - |
| HSV(B) | 232.71º | 0.87% | 0.96% | - |
| XYZ | 18.74 | 9.99 | 88.13 | - |
| YUV | 71.66 | 226.39 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 246 | 0.87 | 0.76 | 0 | 0.04 | 232.71 | 0.92 | 0.55 |
| Hex | 20 | 3A | F6 | 57 | 4C | 0 | 4 | E9 | 5C | 37 |
| Octal | 40 | 72 | 366 | 127 | 114 | 0 | 4 | 351 | 134 | 67 |
| Binary | 100000 | 111010 | 11110110 | 1010111 | 1001100 | 0 | 100 | 11101001 | 1011100 | 110111 |
Color Harmonies of #203AF6
Complementary color
Monochromatic Colors of #203AF6
Black with #203AF6
Text Example
Text Example
White with #203AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AF6; }
p { color: rgb(32,58,246); }
H1.HeaderClassName
{
color: #203AF6;
}
.AnyTagClassName
{
color: #203AF6;
}
</style>
background-color css
<style>
a { background-color: #203AF6; }
a { background-color: rgb(32,58,246); }
div.DivClassName
{
background-color: #203AF6;
}
.BgClassName
{
background-color: #203AF6;
}
</style>
border-color css
<style>
span { border-color: #203AF6; }
span { border-color: rgb(32,58,246); }
td.TdClassName
{
border-color: #203AF6;
}
.TagClassName
{
border-color: #203AF6;
}
</style>