Shades of Neon Blue #263FF8
Tints of Neon Blue #263FF8
RGB
CMYK
RGB Variations
Color information
#263FF8 (or 0x263FF8) is known color: Neon Blue. HEX triplet: 26, 3F and F8. RGB value is (38,63,248). Sum of RGB (Red+Green+Blue) = 38+63+248=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 248 (97.27% from 255 or 71.06% from 349); Max value from RGB is 248 - color contains mainly: blue. Hex color #263FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263FF8 is #D9C007. Grayscale: #4B4B4B. Windows color (decimal): -14270472 or 16269094. OLE color: 16269094.
HSL color Cylindrical-coordinate representation of color #263FF8: hue angle of 232.86º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263FF8 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 63 | 248 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.03 |
| HSL | 232.86º | 0.94% | 0.56% | - |
| HSV(B) | 232.86º | 0.85% | 0.97% | - |
| XYZ | 19.52 | 10.74 | 89.85 | - |
| YUV | 76.62 | 224.72 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 248 | 0.85 | 0.75 | 0 | 0.03 | 232.86 | 0.94 | 0.56 |
| Hex | 26 | 3F | F8 | 55 | 4B | 0 | 3 | E9 | 5E | 38 |
| Octal | 46 | 77 | 370 | 125 | 113 | 0 | 3 | 351 | 136 | 70 |
| Binary | 100110 | 111111 | 11111000 | 1010101 | 1001011 | 0 | 11 | 11101001 | 1011110 | 111000 |
Color Harmonies of #263FF8
Complementary color
Monochromatic Colors of #263FF8
Black with #263FF8
Text Example
Text Example
White with #263FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FF8; }
p { color: rgb(38,63,248); }
H1.HeaderClassName
{
color: #263FF8;
}
.AnyTagClassName
{
color: #263FF8;
}
</style>
background-color css
<style>
a { background-color: #263FF8; }
a { background-color: rgb(38,63,248); }
div.DivClassName
{
background-color: #263FF8;
}
.BgClassName
{
background-color: #263FF8;
}
</style>
border-color css
<style>
span { border-color: #263FF8; }
span { border-color: rgb(38,63,248); }
td.TdClassName
{
border-color: #263FF8;
}
.TagClassName
{
border-color: #263FF8;
}
</style>