Shades of Neon Blue #263BF4
Tints of Neon Blue #263BF4
RGB
CMYK
RGB Variations
Color information
#263BF4 (or 0x263BF4) is known color: Neon Blue. HEX triplet: 26, 3B and F4. RGB value is (38,59,244). Sum of RGB (Red+Green+Blue) = 38+59+244=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 244 (95.70% from 255 or 71.55% from 341); Max value from RGB is 244 - color contains mainly: blue. Hex color #263BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263BF4 is #D9C40B. Grayscale: #494949. Windows color (decimal): -14271500 or 16005926. OLE color: 16005926.
HSL color Cylindrical-coordinate representation of color #263BF4: hue angle of 233.88º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263BF4 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 59 | 244 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.04 |
| HSL | 233.88º | 0.9% | 0.55% | - |
| HSV(B) | 233.88º | 0.84% | 0.96% | - |
| XYZ | 18.69 | 10.07 | 86.55 | - |
| YUV | 73.81 | 224.04 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 244 | 0.84 | 0.76 | 0 | 0.04 | 233.88 | 0.9 | 0.55 |
| Hex | 26 | 3B | F4 | 54 | 4C | 0 | 4 | EA | 5A | 37 |
| Octal | 46 | 73 | 364 | 124 | 114 | 0 | 4 | 352 | 132 | 67 |
| Binary | 100110 | 111011 | 11110100 | 1010100 | 1001100 | 0 | 100 | 11101010 | 1011010 | 110111 |
Color Harmonies of #263BF4
Complementary color
Monochromatic Colors of #263BF4
Black with #263BF4
Text Example
Text Example
White with #263BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BF4; }
p { color: rgb(38,59,244); }
H1.HeaderClassName
{
color: #263BF4;
}
.AnyTagClassName
{
color: #263BF4;
}
</style>
background-color css
<style>
a { background-color: #263BF4; }
a { background-color: rgb(38,59,244); }
div.DivClassName
{
background-color: #263BF4;
}
.BgClassName
{
background-color: #263BF4;
}
</style>
border-color css
<style>
span { border-color: #263BF4; }
span { border-color: rgb(38,59,244); }
td.TdClassName
{
border-color: #263BF4;
}
.TagClassName
{
border-color: #263BF4;
}
</style>