Shades of Neon Blue #263BEC
Tints of Neon Blue #263BEC
RGB
CMYK
RGB Variations
Color information
#263BEC (or 0x263BEC) is known color: Neon Blue. HEX triplet: 26, 3B and EC. RGB value is (38,59,236). Sum of RGB (Red+Green+Blue) = 38+59+236=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #263BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263BEC is #D9C413. Grayscale: #484848. Windows color (decimal): -14271508 or 15481638. OLE color: 15481638.
HSL color Cylindrical-coordinate representation of color #263BEC: hue angle of 233.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263BEC is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 59 | 236 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.07 |
| HSL | 233.64º | 0.84% | 0.54% | - |
| HSV(B) | 233.64º | 0.84% | 0.93% | - |
| XYZ | 17.5 | 9.6 | 80.29 | - |
| YUV | 72.9 | 220.04 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 236 | 0.84 | 0.75 | 0 | 0.07 | 233.64 | 0.84 | 0.54 |
| Hex | 26 | 3B | EC | 54 | 4B | 0 | 7 | EA | 54 | 36 |
| Octal | 46 | 73 | 354 | 124 | 113 | 0 | 7 | 352 | 124 | 66 |
| Binary | 100110 | 111011 | 11101100 | 1010100 | 1001011 | 0 | 111 | 11101010 | 1010100 | 110110 |
Color Harmonies of #263BEC
Complementary color
Monochromatic Colors of #263BEC
Black with #263BEC
Text Example
Text Example
White with #263BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BEC; }
p { color: rgb(38,59,236); }
H1.HeaderClassName
{
color: #263BEC;
}
.AnyTagClassName
{
color: #263BEC;
}
</style>
background-color css
<style>
a { background-color: #263BEC; }
a { background-color: rgb(38,59,236); }
div.DivClassName
{
background-color: #263BEC;
}
.BgClassName
{
background-color: #263BEC;
}
</style>
border-color css
<style>
span { border-color: #263BEC; }
span { border-color: rgb(38,59,236); }
td.TdClassName
{
border-color: #263BEC;
}
.TagClassName
{
border-color: #263BEC;
}
</style>