Shades of Neon Blue #263BEF
Tints of Neon Blue #263BEF
RGB
CMYK
RGB Variations
Color information
#263BEF (or 0x263BEF) is known color: Neon Blue. HEX triplet: 26, 3B and EF. RGB value is (38,59,239). Sum of RGB (Red+Green+Blue) = 38+59+239=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #263BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263BEF is #D9C410. Grayscale: #484848. Windows color (decimal): -14271505 or 15678246. OLE color: 15678246.
HSL color Cylindrical-coordinate representation of color #263BEF: hue angle of 233.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263BEF is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 59 | 239 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.06 |
| HSL | 233.73º | 0.86% | 0.54% | - |
| HSV(B) | 233.73º | 0.84% | 0.94% | - |
| XYZ | 17.94 | 9.77 | 82.6 | - |
| YUV | 73.24 | 221.54 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 239 | 0.84 | 0.75 | 0 | 0.06 | 233.73 | 0.86 | 0.54 |
| Hex | 26 | 3B | EF | 54 | 4B | 0 | 6 | EA | 56 | 36 |
| Octal | 46 | 73 | 357 | 124 | 113 | 0 | 6 | 352 | 126 | 66 |
| Binary | 100110 | 111011 | 11101111 | 1010100 | 1001011 | 0 | 110 | 11101010 | 1010110 | 110110 |
Color Harmonies of #263BEF
Complementary color
Monochromatic Colors of #263BEF
Black with #263BEF
Text Example
Text Example
White with #263BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BEF; }
p { color: rgb(38,59,239); }
H1.HeaderClassName
{
color: #263BEF;
}
.AnyTagClassName
{
color: #263BEF;
}
</style>
background-color css
<style>
a { background-color: #263BEF; }
a { background-color: rgb(38,59,239); }
div.DivClassName
{
background-color: #263BEF;
}
.BgClassName
{
background-color: #263BEF;
}
</style>
border-color css
<style>
span { border-color: #263BEF; }
span { border-color: rgb(38,59,239); }
td.TdClassName
{
border-color: #263BEF;
}
.TagClassName
{
border-color: #263BEF;
}
</style>