Shades of Neon Blue #263BEB
Tints of Neon Blue #263BEB
RGB
CMYK
RGB Variations
Color information
#263BEB (or 0x263BEB) is known color: Neon Blue. HEX triplet: 26, 3B and EB. RGB value is (38,59,235). Sum of RGB (Red+Green+Blue) = 38+59+235=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #263BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263BEB is #D9C414. Grayscale: #484848. Windows color (decimal): -14271509 or 15416102. OLE color: 15416102.
HSL color Cylindrical-coordinate representation of color #263BEB: hue angle of 233.6º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263BEB is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 59 | 235 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.08 |
| HSL | 233.6º | 0.83% | 0.54% | - |
| HSV(B) | 233.6º | 0.84% | 0.92% | - |
| XYZ | 17.36 | 9.54 | 79.52 | - |
| YUV | 72.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 235 | 0.84 | 0.75 | 0 | 0.08 | 233.6 | 0.83 | 0.54 |
| Hex | 26 | 3B | EB | 54 | 4B | 0 | 8 | EA | 53 | 36 |
| Octal | 46 | 73 | 353 | 124 | 113 | 0 | 10 | 352 | 123 | 66 |
| Binary | 100110 | 111011 | 11101011 | 1010100 | 1001011 | 0 | 1000 | 11101010 | 1010011 | 110110 |
Color Harmonies of #263BEB
Complementary color
Monochromatic Colors of #263BEB
Black with #263BEB
Text Example
Text Example
White with #263BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BEB; }
p { color: rgb(38,59,235); }
H1.HeaderClassName
{
color: #263BEB;
}
.AnyTagClassName
{
color: #263BEB;
}
</style>
background-color css
<style>
a { background-color: #263BEB; }
a { background-color: rgb(38,59,235); }
div.DivClassName
{
background-color: #263BEB;
}
.BgClassName
{
background-color: #263BEB;
}
</style>
border-color css
<style>
span { border-color: #263BEB; }
span { border-color: rgb(38,59,235); }
td.TdClassName
{
border-color: #263BEB;
}
.TagClassName
{
border-color: #263BEB;
}
</style>