Shades of Neon Blue #4256FB
Tints of Neon Blue #4256FB
RGB
CMYK
RGB Variations
Color information
#4256FB (or 0x4256FB) is known color: Neon Blue. HEX triplet: 42, 56 and FB. RGB value is (66,86,251). Sum of RGB (Red+Green+Blue) = 66+86+251=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #4256FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4256FB is #BDA904. Grayscale: #626262. Windows color (decimal): -12429573 or 16471618. OLE color: 16471618.
HSL color Cylindrical-coordinate representation of color #4256FB: hue angle of 233.51º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4256FB is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 86 | 251 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.02 |
| HSL | 233.51º | 0.96% | 0.62% | - |
| HSV(B) | 233.51º | 0.74% | 0.98% | - |
| XYZ | 22.99 | 14.78 | 92.91 | - |
| YUV | 98.83 | 213.87 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 251 | 0.74 | 0.66 | 0 | 0.02 | 233.51 | 0.96 | 0.62 |
| Hex | 42 | 56 | FB | 4A | 42 | 0 | 2 | EA | 60 | 3E |
| Octal | 102 | 126 | 373 | 112 | 102 | 0 | 2 | 352 | 140 | 76 |
| Binary | 1000010 | 1010110 | 11111011 | 1001010 | 1000010 | 0 | 10 | 11101010 | 1100000 | 111110 |
Color Harmonies of #4256FB
Complementary color
Monochromatic Colors of #4256FB
Black with #4256FB
Text Example
Text Example
White with #4256FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256FB; }
p { color: rgb(66,86,251); }
H1.HeaderClassName
{
color: #4256FB;
}
.AnyTagClassName
{
color: #4256FB;
}
</style>
background-color css
<style>
a { background-color: #4256FB; }
a { background-color: rgb(66,86,251); }
div.DivClassName
{
background-color: #4256FB;
}
.BgClassName
{
background-color: #4256FB;
}
</style>
border-color css
<style>
span { border-color: #4256FB; }
span { border-color: rgb(66,86,251); }
td.TdClassName
{
border-color: #4256FB;
}
.TagClassName
{
border-color: #4256FB;
}
</style>