Shades of Neon Blue #264EFF
Tints of Neon Blue #264EFF
RGB
CMYK
RGB Variations
Color information
#264EFF (or 0x264EFF) is known color: Neon Blue. HEX triplet: 26, 4E and FF. RGB value is (38,78,255). Sum of RGB (Red+Green+Blue) = 38+78+255=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #264EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264EFF is #D9B100. Grayscale: #555555. Windows color (decimal): -14266625 or 16731686. OLE color: 16731686.
HSL color Cylindrical-coordinate representation of color #264EFF: hue angle of 228.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #264EFF is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 78 | 255 | - |
| CMYK | 0.85 | 0.69 | 0 | 0 |
| HSL | 228.94º | 1% | 0.57% | - |
| HSV(B) | 228.94º | 0.85% | 1% | - |
| XYZ | 21.57 | 13.08 | 96 | - |
| YUV | 86.22 | 223.25 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 255 | 0.85 | 0.69 | 0 | 0 | 228.94 | 1 | 0.57 |
| Hex | 26 | 4E | FF | 55 | 45 | 0 | 0 | E5 | 64 | 39 |
| Octal | 46 | 116 | 377 | 125 | 105 | 0 | 0 | 345 | 144 | 71 |
| Binary | 100110 | 1001110 | 11111111 | 1010101 | 1000101 | 0 | 0 | 11100101 | 1100100 | 111001 |
Color Harmonies of #264EFF
Complementary color
Monochromatic Colors of #264EFF
Black with #264EFF
Text Example
Text Example
White with #264EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264EFF; }
p { color: rgb(38,78,255); }
H1.HeaderClassName
{
color: #264EFF;
}
.AnyTagClassName
{
color: #264EFF;
}
</style>
background-color css
<style>
a { background-color: #264EFF; }
a { background-color: rgb(38,78,255); }
div.DivClassName
{
background-color: #264EFF;
}
.BgClassName
{
background-color: #264EFF;
}
</style>
border-color css
<style>
span { border-color: #264EFF; }
span { border-color: rgb(38,78,255); }
td.TdClassName
{
border-color: #264EFF;
}
.TagClassName
{
border-color: #264EFF;
}
</style>