Shades of Neon Blue #263DF6
Tints of Neon Blue #263DF6
RGB
CMYK
RGB Variations
Color information
#263DF6 (or 0x263DF6) is known color: Neon Blue. HEX triplet: 26, 3D and F6. RGB value is (38,61,246). Sum of RGB (Red+Green+Blue) = 38+61+246=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #263DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263DF6 is #D9C209. Grayscale: #4A4A4A. Windows color (decimal): -14270986 or 16137510. OLE color: 16137510.
HSL color Cylindrical-coordinate representation of color #263DF6: hue angle of 233.37º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263DF6 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 61 | 246 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.04 |
| HSL | 233.37º | 0.92% | 0.56% | - |
| HSV(B) | 233.37º | 0.85% | 0.96% | - |
| XYZ | 19.1 | 10.4 | 88.19 | - |
| YUV | 75.21 | 224.38 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 246 | 0.85 | 0.75 | 0 | 0.04 | 233.37 | 0.92 | 0.56 |
| Hex | 26 | 3D | F6 | 55 | 4B | 0 | 4 | E9 | 5C | 38 |
| Octal | 46 | 75 | 366 | 125 | 113 | 0 | 4 | 351 | 134 | 70 |
| Binary | 100110 | 111101 | 11110110 | 1010101 | 1001011 | 0 | 100 | 11101001 | 1011100 | 111000 |
Color Harmonies of #263DF6
Complementary color
Monochromatic Colors of #263DF6
Black with #263DF6
Text Example
Text Example
White with #263DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DF6; }
p { color: rgb(38,61,246); }
H1.HeaderClassName
{
color: #263DF6;
}
.AnyTagClassName
{
color: #263DF6;
}
</style>
background-color css
<style>
a { background-color: #263DF6; }
a { background-color: rgb(38,61,246); }
div.DivClassName
{
background-color: #263DF6;
}
.BgClassName
{
background-color: #263DF6;
}
</style>
border-color css
<style>
span { border-color: #263DF6; }
span { border-color: rgb(38,61,246); }
td.TdClassName
{
border-color: #263DF6;
}
.TagClassName
{
border-color: #263DF6;
}
</style>