Shades of Neon Blue #3256FB
Tints of Neon Blue #3256FB
RGB
CMYK
RGB Variations
Color information
#3256FB (or 0x3256FB) is known color: Neon Blue. HEX triplet: 32, 56 and FB. RGB value is (50,86,251). Sum of RGB (Red+Green+Blue) = 50+86+251=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #3256FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3256FB is #CDA904. Grayscale: #5D5D5D. Windows color (decimal): -13478149 or 16471602. OLE color: 16471602.
HSL color Cylindrical-coordinate representation of color #3256FB: hue angle of 229.25º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3256FB is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 86 | 251 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.02 |
| HSL | 229.25º | 0.96% | 0.59% | - |
| HSV(B) | 229.25º | 0.8% | 0.98% | - |
| XYZ | 22.06 | 14.3 | 92.86 | - |
| YUV | 94.05 | 216.57 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 251 | 0.80 | 0.66 | 0 | 0.02 | 229.25 | 0.96 | 0.59 |
| Hex | 32 | 56 | FB | 50 | 42 | 0 | 2 | E5 | 60 | 3B |
| Octal | 62 | 126 | 373 | 120 | 102 | 0 | 2 | 345 | 140 | 73 |
| Binary | 110010 | 1010110 | 11111011 | 1010000 | 1000010 | 0 | 10 | 11100101 | 1100000 | 111011 |
Color Harmonies of #3256FB
Complementary color
Monochromatic Colors of #3256FB
Black with #3256FB
Text Example
Text Example
White with #3256FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256FB; }
p { color: rgb(50,86,251); }
H1.HeaderClassName
{
color: #3256FB;
}
.AnyTagClassName
{
color: #3256FB;
}
</style>
background-color css
<style>
a { background-color: #3256FB; }
a { background-color: rgb(50,86,251); }
div.DivClassName
{
background-color: #3256FB;
}
.BgClassName
{
background-color: #3256FB;
}
</style>
border-color css
<style>
span { border-color: #3256FB; }
span { border-color: rgb(50,86,251); }
td.TdClassName
{
border-color: #3256FB;
}
.TagClassName
{
border-color: #3256FB;
}
</style>