Shades of Neon Blue #263EFB
Tints of Neon Blue #263EFB
RGB
CMYK
RGB Variations
Color information
#263EFB (or 0x263EFB) is known color: Neon Blue. HEX triplet: 26, 3E and FB. RGB value is (38,62,251). Sum of RGB (Red+Green+Blue) = 38+62+251=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #263EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263EFB is #D9C104. Grayscale: #4B4B4B. Windows color (decimal): -14270725 or 16465446. OLE color: 16465446.
HSL color Cylindrical-coordinate representation of color #263EFB: hue angle of 233.24º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263EFB is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 62 | 251 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.02 |
| HSL | 233.24º | 0.96% | 0.57% | - |
| HSV(B) | 233.24º | 0.85% | 0.98% | - |
| XYZ | 19.93 | 10.82 | 92.31 | - |
| YUV | 76.37 | 226.55 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 251 | 0.85 | 0.75 | 0 | 0.02 | 233.24 | 0.96 | 0.57 |
| Hex | 26 | 3E | FB | 55 | 4B | 0 | 2 | E9 | 60 | 39 |
| Octal | 46 | 76 | 373 | 125 | 113 | 0 | 2 | 351 | 140 | 71 |
| Binary | 100110 | 111110 | 11111011 | 1010101 | 1001011 | 0 | 10 | 11101001 | 1100000 | 111001 |
Color Harmonies of #263EFB
Complementary color
Monochromatic Colors of #263EFB
Black with #263EFB
Text Example
Text Example
White with #263EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263EFB; }
p { color: rgb(38,62,251); }
H1.HeaderClassName
{
color: #263EFB;
}
.AnyTagClassName
{
color: #263EFB;
}
</style>
background-color css
<style>
a { background-color: #263EFB; }
a { background-color: rgb(38,62,251); }
div.DivClassName
{
background-color: #263EFB;
}
.BgClassName
{
background-color: #263EFB;
}
</style>
border-color css
<style>
span { border-color: #263EFB; }
span { border-color: rgb(38,62,251); }
td.TdClassName
{
border-color: #263EFB;
}
.TagClassName
{
border-color: #263EFB;
}
</style>