Shades of Neon Blue #264CFB
Tints of Neon Blue #264CFB
RGB
CMYK
RGB Variations
Color information
#264CFB (or 0x264CFB) is known color: Neon Blue. HEX triplet: 26, 4C and FB. RGB value is (38,76,251). Sum of RGB (Red+Green+Blue) = 38+76+251=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #264CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CFB is #D9B304. Grayscale: #535353. Windows color (decimal): -14267141 or 16469030. OLE color: 16469030.
HSL color Cylindrical-coordinate representation of color #264CFB: hue angle of 229.3º 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 #264CFB is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 76 | 251 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.02 |
| HSL | 229.3º | 0.96% | 0.57% | - |
| HSV(B) | 229.3º | 0.85% | 0.98% | - |
| XYZ | 20.8 | 12.55 | 92.59 | - |
| YUV | 84.59 | 221.91 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 251 | 0.85 | 0.70 | 0 | 0.02 | 229.3 | 0.96 | 0.57 |
| Hex | 26 | 4C | FB | 55 | 46 | 0 | 2 | E5 | 60 | 39 |
| Octal | 46 | 114 | 373 | 125 | 106 | 0 | 2 | 345 | 140 | 71 |
| Binary | 100110 | 1001100 | 11111011 | 1010101 | 1000110 | 0 | 10 | 11100101 | 1100000 | 111001 |
Color Harmonies of #264CFB
Complementary color
Monochromatic Colors of #264CFB
Black with #264CFB
Text Example
Text Example
White with #264CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264CFB; }
p { color: rgb(38,76,251); }
H1.HeaderClassName
{
color: #264CFB;
}
.AnyTagClassName
{
color: #264CFB;
}
</style>
background-color css
<style>
a { background-color: #264CFB; }
a { background-color: rgb(38,76,251); }
div.DivClassName
{
background-color: #264CFB;
}
.BgClassName
{
background-color: #264CFB;
}
</style>
border-color css
<style>
span { border-color: #264CFB; }
span { border-color: rgb(38,76,251); }
td.TdClassName
{
border-color: #264CFB;
}
.TagClassName
{
border-color: #264CFB;
}
</style>