Shades of Neon Blue #264EFE
Tints of Neon Blue #264EFE
RGB
CMYK
RGB Variations
Color information
#264EFE (or 0x264EFE) is known color: Neon Blue. HEX triplet: 26, 4E and FE. RGB value is (38,78,254). Sum of RGB (Red+Green+Blue) = 38+78+254=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #264EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264EFE is #D9B101. Grayscale: #555555. Windows color (decimal): -14266626 or 16666150. OLE color: 16666150.
HSL color Cylindrical-coordinate representation of color #264EFE: hue angle of 228.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #264EFE is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 78 | 254 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.00 |
| HSL | 228.89º | 0.99% | 0.57% | - |
| HSV(B) | 228.89º | 0.85% | 1% | - |
| XYZ | 21.41 | 13.02 | 95.15 | - |
| YUV | 86.1 | 222.75 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 254 | 0.85 | 0.69 | 0 | 0.00 | 228.89 | 0.99 | 0.57 |
| Hex | 26 | 4E | FE | 55 | 45 | 0 | 0 | E5 | 63 | 39 |
| Octal | 46 | 116 | 376 | 125 | 105 | 0 | 0 | 345 | 143 | 71 |
| Binary | 100110 | 1001110 | 11111110 | 1010101 | 1000101 | 0 | 0 | 11100101 | 1100011 | 111001 |
Color Harmonies of #264EFE
Complementary color
Monochromatic Colors of #264EFE
Black with #264EFE
Text Example
Text Example
White with #264EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264EFE; }
p { color: rgb(38,78,254); }
H1.HeaderClassName
{
color: #264EFE;
}
.AnyTagClassName
{
color: #264EFE;
}
</style>
background-color css
<style>
a { background-color: #264EFE; }
a { background-color: rgb(38,78,254); }
div.DivClassName
{
background-color: #264EFE;
}
.BgClassName
{
background-color: #264EFE;
}
</style>
border-color css
<style>
span { border-color: #264EFE; }
span { border-color: rgb(38,78,254); }
td.TdClassName
{
border-color: #264EFE;
}
.TagClassName
{
border-color: #264EFE;
}
</style>