Shades of Neon Blue #3255FA
Tints of Neon Blue #3255FA
RGB
CMYK
RGB Variations
Color information
#3255FA (or 0x3255FA) is known color: Neon Blue. HEX triplet: 32, 55 and FA. RGB value is (50,85,250). Sum of RGB (Red+Green+Blue) = 50+85+250=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #3255FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3255FA is #CDAA05. Grayscale: #5C5C5C. Windows color (decimal): -13478406 or 16405810. OLE color: 16405810.
HSL color Cylindrical-coordinate representation of color #3255FA: hue angle of 229.5º degrees, saturation: 0.95, 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 #3255FA is Cyan = 0.8, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 85 | 250 | - |
| CMYK | 0.8 | 0.66 | 0 | 0.02 |
| HSL | 229.5º | 0.95% | 0.59% | - |
| HSV(B) | 229.5º | 0.8% | 0.98% | - |
| XYZ | 21.82 | 14.08 | 92.01 | - |
| YUV | 93.35 | 216.4 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 250 | 0.8 | 0.66 | 0 | 0.02 | 229.5 | 0.95 | 0.59 |
| Hex | 32 | 55 | FA | 50 | 42 | 0 | 2 | E6 | 5F | 3B |
| Octal | 62 | 125 | 372 | 120 | 102 | 0 | 2 | 346 | 137 | 73 |
| Binary | 110010 | 1010101 | 11111010 | 1010000 | 1000010 | 0 | 10 | 11100110 | 1011111 | 111011 |
Color Harmonies of #3255FA
Complementary color
Monochromatic Colors of #3255FA
Black with #3255FA
Text Example
Text Example
White with #3255FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255FA; }
p { color: rgb(50,85,250); }
H1.HeaderClassName
{
color: #3255FA;
}
.AnyTagClassName
{
color: #3255FA;
}
</style>
background-color css
<style>
a { background-color: #3255FA; }
a { background-color: rgb(50,85,250); }
div.DivClassName
{
background-color: #3255FA;
}
.BgClassName
{
background-color: #3255FA;
}
</style>
border-color css
<style>
span { border-color: #3255FA; }
span { border-color: rgb(50,85,250); }
td.TdClassName
{
border-color: #3255FA;
}
.TagClassName
{
border-color: #3255FA;
}
</style>