Shades of Neon Blue #263FEE
Tints of Neon Blue #263FEE
RGB
CMYK
RGB Variations
Color information
#263FEE (or 0x263FEE) is known color: Neon Blue. HEX triplet: 26, 3F and EE. RGB value is (38,63,238). Sum of RGB (Red+Green+Blue) = 38+63+238=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #263FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263FEE is #D9C011. Grayscale: #4A4A4A. Windows color (decimal): -14270482 or 15613734. OLE color: 15613734.
HSL color Cylindrical-coordinate representation of color #263FEE: hue angle of 232.5º degrees, saturation: 0.85, 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 #263FEE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 63 | 238 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.07 |
| HSL | 232.5º | 0.85% | 0.54% | - |
| HSV(B) | 232.5º | 0.84% | 0.93% | - |
| XYZ | 18.01 | 10.14 | 81.9 | - |
| YUV | 75.48 | 219.72 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 238 | 0.84 | 0.74 | 0 | 0.07 | 232.5 | 0.85 | 0.54 |
| Hex | 26 | 3F | EE | 54 | 4A | 0 | 7 | E8 | 55 | 36 |
| Octal | 46 | 77 | 356 | 124 | 112 | 0 | 7 | 350 | 125 | 66 |
| Binary | 100110 | 111111 | 11101110 | 1010100 | 1001010 | 0 | 111 | 11101000 | 1010101 | 110110 |
Color Harmonies of #263FEE
Complementary color
Monochromatic Colors of #263FEE
Black with #263FEE
Text Example
Text Example
White with #263FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FEE; }
p { color: rgb(38,63,238); }
H1.HeaderClassName
{
color: #263FEE;
}
.AnyTagClassName
{
color: #263FEE;
}
</style>
background-color css
<style>
a { background-color: #263FEE; }
a { background-color: rgb(38,63,238); }
div.DivClassName
{
background-color: #263FEE;
}
.BgClassName
{
background-color: #263FEE;
}
</style>
border-color css
<style>
span { border-color: #263FEE; }
span { border-color: rgb(38,63,238); }
td.TdClassName
{
border-color: #263FEE;
}
.TagClassName
{
border-color: #263FEE;
}
</style>