Shades of Neon Blue #3255FD
Tints of Neon Blue #3255FD
RGB
CMYK
RGB Variations
Color information
#3255FD (or 0x3255FD) is known color: Neon Blue. HEX triplet: 32, 55 and FD. RGB value is (50,85,253). Sum of RGB (Red+Green+Blue) = 50+85+253=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #3255FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3255FD is #CDAA02. Grayscale: #5C5C5C. Windows color (decimal): -13478403 or 16602418. OLE color: 16602418.
HSL color Cylindrical-coordinate representation of color #3255FD: hue angle of 229.66º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3255FD is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 85 | 253 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.01 |
| HSL | 229.66º | 0.98% | 0.59% | - |
| HSV(B) | 229.66º | 0.8% | 0.99% | - |
| XYZ | 22.29 | 14.27 | 94.51 | - |
| YUV | 93.69 | 217.9 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 253 | 0.80 | 0.66 | 0 | 0.01 | 229.66 | 0.98 | 0.59 |
| Hex | 32 | 55 | FD | 50 | 42 | 0 | 1 | E6 | 62 | 3B |
| Octal | 62 | 125 | 375 | 120 | 102 | 0 | 1 | 346 | 142 | 73 |
| Binary | 110010 | 1010101 | 11111101 | 1010000 | 1000010 | 0 | 1 | 11100110 | 1100010 | 111011 |
Color Harmonies of #3255FD
Complementary color
Monochromatic Colors of #3255FD
Black with #3255FD
Text Example
Text Example
White with #3255FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255FD; }
p { color: rgb(50,85,253); }
H1.HeaderClassName
{
color: #3255FD;
}
.AnyTagClassName
{
color: #3255FD;
}
</style>
background-color css
<style>
a { background-color: #3255FD; }
a { background-color: rgb(50,85,253); }
div.DivClassName
{
background-color: #3255FD;
}
.BgClassName
{
background-color: #3255FD;
}
</style>
border-color css
<style>
span { border-color: #3255FD; }
span { border-color: rgb(50,85,253); }
td.TdClassName
{
border-color: #3255FD;
}
.TagClassName
{
border-color: #3255FD;
}
</style>