Shades of Neon Blue #263BF2
Tints of Neon Blue #263BF2
RGB
CMYK
RGB Variations
Color information
#263BF2 (or 0x263BF2) is known color: Neon Blue. HEX triplet: 26, 3B and F2. RGB value is (38,59,242). Sum of RGB (Red+Green+Blue) = 38+59+242=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #263BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263BF2 is #D9C40D. Grayscale: #484848. Windows color (decimal): -14271502 or 15874854. OLE color: 15874854.
HSL color Cylindrical-coordinate representation of color #263BF2: hue angle of 233.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263BF2 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 59 | 242 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.05 |
| HSL | 233.82º | 0.89% | 0.55% | - |
| HSV(B) | 233.82º | 0.84% | 0.95% | - |
| XYZ | 18.39 | 9.95 | 84.96 | - |
| YUV | 73.58 | 223.04 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 242 | 0.84 | 0.76 | 0 | 0.05 | 233.82 | 0.89 | 0.55 |
| Hex | 26 | 3B | F2 | 54 | 4C | 0 | 5 | EA | 59 | 37 |
| Octal | 46 | 73 | 362 | 124 | 114 | 0 | 5 | 352 | 131 | 67 |
| Binary | 100110 | 111011 | 11110010 | 1010100 | 1001100 | 0 | 101 | 11101010 | 1011001 | 110111 |
Color Harmonies of #263BF2
Complementary color
Monochromatic Colors of #263BF2
Black with #263BF2
Text Example
Text Example
White with #263BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BF2; }
p { color: rgb(38,59,242); }
H1.HeaderClassName
{
color: #263BF2;
}
.AnyTagClassName
{
color: #263BF2;
}
</style>
background-color css
<style>
a { background-color: #263BF2; }
a { background-color: rgb(38,59,242); }
div.DivClassName
{
background-color: #263BF2;
}
.BgClassName
{
background-color: #263BF2;
}
</style>
border-color css
<style>
span { border-color: #263BF2; }
span { border-color: rgb(38,59,242); }
td.TdClassName
{
border-color: #263BF2;
}
.TagClassName
{
border-color: #263BF2;
}
</style>