Shades of Neon Blue #263FFA
Tints of Neon Blue #263FFA
RGB
CMYK
RGB Variations
Color information
#263FFA (or 0x263FFA) is known color: Neon Blue. HEX triplet: 26, 3F and FA. RGB value is (38,63,250). Sum of RGB (Red+Green+Blue) = 38+63+250=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #263FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263FFA is #D9C005. Grayscale: #4C4C4C. Windows color (decimal): -14270470 or 16400166. OLE color: 16400166.
HSL color Cylindrical-coordinate representation of color #263FFA: hue angle of 232.92º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263FFA is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 63 | 250 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.02 |
| HSL | 232.92º | 0.95% | 0.56% | - |
| HSV(B) | 232.92º | 0.85% | 0.98% | - |
| XYZ | 19.83 | 10.87 | 91.5 | - |
| YUV | 76.84 | 225.72 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 250 | 0.85 | 0.75 | 0 | 0.02 | 232.92 | 0.95 | 0.56 |
| Hex | 26 | 3F | FA | 55 | 4B | 0 | 2 | E9 | 5F | 38 |
| Octal | 46 | 77 | 372 | 125 | 113 | 0 | 2 | 351 | 137 | 70 |
| Binary | 100110 | 111111 | 11111010 | 1010101 | 1001011 | 0 | 10 | 11101001 | 1011111 | 111000 |
Color Harmonies of #263FFA
Complementary color
Monochromatic Colors of #263FFA
Black with #263FFA
Text Example
Text Example
White with #263FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FFA; }
p { color: rgb(38,63,250); }
H1.HeaderClassName
{
color: #263FFA;
}
.AnyTagClassName
{
color: #263FFA;
}
</style>
background-color css
<style>
a { background-color: #263FFA; }
a { background-color: rgb(38,63,250); }
div.DivClassName
{
background-color: #263FFA;
}
.BgClassName
{
background-color: #263FFA;
}
</style>
border-color css
<style>
span { border-color: #263FFA; }
span { border-color: rgb(38,63,250); }
td.TdClassName
{
border-color: #263FFA;
}
.TagClassName
{
border-color: #263FFA;
}
</style>