Shades of Neon Blue #263CEB
Tints of Neon Blue #263CEB
RGB
CMYK
RGB Variations
Color information
#263CEB (or 0x263CEB) is known color: Neon Blue. HEX triplet: 26, 3C and EB. RGB value is (38,60,235). Sum of RGB (Red+Green+Blue) = 38+60+235=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #263CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263CEB is #D9C314. Grayscale: #484848. Windows color (decimal): -14271253 or 15416358. OLE color: 15416358.
HSL color Cylindrical-coordinate representation of color #263CEB: hue angle of 233.3º 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 #263CEB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 60 | 235 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.08 |
| HSL | 233.3º | 0.83% | 0.54% | - |
| HSV(B) | 233.3º | 0.84% | 0.92% | - |
| XYZ | 17.41 | 9.64 | 79.54 | - |
| YUV | 73.37 | 219.21 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 235 | 0.84 | 0.74 | 0 | 0.08 | 233.3 | 0.83 | 0.54 |
| Hex | 26 | 3C | EB | 54 | 4A | 0 | 8 | E9 | 53 | 36 |
| Octal | 46 | 74 | 353 | 124 | 112 | 0 | 10 | 351 | 123 | 66 |
| Binary | 100110 | 111100 | 11101011 | 1010100 | 1001010 | 0 | 1000 | 11101001 | 1010011 | 110110 |
Color Harmonies of #263CEB
Complementary color
Monochromatic Colors of #263CEB
Black with #263CEB
Text Example
Text Example
White with #263CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CEB; }
p { color: rgb(38,60,235); }
H1.HeaderClassName
{
color: #263CEB;
}
.AnyTagClassName
{
color: #263CEB;
}
</style>
background-color css
<style>
a { background-color: #263CEB; }
a { background-color: rgb(38,60,235); }
div.DivClassName
{
background-color: #263CEB;
}
.BgClassName
{
background-color: #263CEB;
}
</style>
border-color css
<style>
span { border-color: #263CEB; }
span { border-color: rgb(38,60,235); }
td.TdClassName
{
border-color: #263CEB;
}
.TagClassName
{
border-color: #263CEB;
}
</style>