Shades of Neon Blue #264DFB
Tints of Neon Blue #264DFB
RGB
CMYK
RGB Variations
Color information
#264DFB (or 0x264DFB) is known color: Neon Blue. HEX triplet: 26, 4D and FB. RGB value is (38,77,251). Sum of RGB (Red+Green+Blue) = 38+77+251=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #264DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264DFB is #D9B204. Grayscale: #545454. Windows color (decimal): -14266885 or 16469286. OLE color: 16469286.
HSL color Cylindrical-coordinate representation of color #264DFB: hue angle of 229.01º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #264DFB is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 77 | 251 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.02 |
| HSL | 229.01º | 0.96% | 0.57% | - |
| HSV(B) | 229.01º | 0.85% | 0.98% | - |
| XYZ | 20.87 | 12.68 | 92.62 | - |
| YUV | 85.18 | 221.58 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 251 | 0.85 | 0.69 | 0 | 0.02 | 229.01 | 0.96 | 0.57 |
| Hex | 26 | 4D | FB | 55 | 45 | 0 | 2 | E5 | 60 | 39 |
| Octal | 46 | 115 | 373 | 125 | 105 | 0 | 2 | 345 | 140 | 71 |
| Binary | 100110 | 1001101 | 11111011 | 1010101 | 1000101 | 0 | 10 | 11100101 | 1100000 | 111001 |
Color Harmonies of #264DFB
Complementary color
Monochromatic Colors of #264DFB
Black with #264DFB
Text Example
Text Example
White with #264DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264DFB; }
p { color: rgb(38,77,251); }
H1.HeaderClassName
{
color: #264DFB;
}
.AnyTagClassName
{
color: #264DFB;
}
</style>
background-color css
<style>
a { background-color: #264DFB; }
a { background-color: rgb(38,77,251); }
div.DivClassName
{
background-color: #264DFB;
}
.BgClassName
{
background-color: #264DFB;
}
</style>
border-color css
<style>
span { border-color: #264DFB; }
span { border-color: rgb(38,77,251); }
td.TdClassName
{
border-color: #264DFB;
}
.TagClassName
{
border-color: #264DFB;
}
</style>