Shades of Neon Blue #4255FA
Tints of Neon Blue #4255FA
RGB
CMYK
RGB Variations
Color information
#4255FA (or 0x4255FA) is known color: Neon Blue. HEX triplet: 42, 55 and FA. RGB value is (66,85,250). Sum of RGB (Red+Green+Blue) = 66+85+250=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #4255FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4255FA is #BDAA05. Grayscale: #616161. Windows color (decimal): -12429830 or 16405826. OLE color: 16405826.
HSL color Cylindrical-coordinate representation of color #4255FA: hue angle of 233.8º degrees, saturation: 0.95, 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 #4255FA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 85 | 250 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.02 |
| HSL | 233.8º | 0.95% | 0.62% | - |
| HSV(B) | 233.8º | 0.74% | 0.98% | - |
| XYZ | 22.75 | 14.56 | 92.05 | - |
| YUV | 98.13 | 213.71 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 250 | 0.74 | 0.66 | 0 | 0.02 | 233.8 | 0.95 | 0.62 |
| Hex | 42 | 55 | FA | 4A | 42 | 0 | 2 | EA | 5F | 3E |
| Octal | 102 | 125 | 372 | 112 | 102 | 0 | 2 | 352 | 137 | 76 |
| Binary | 1000010 | 1010101 | 11111010 | 1001010 | 1000010 | 0 | 10 | 11101010 | 1011111 | 111110 |
Color Harmonies of #4255FA
Complementary color
Monochromatic Colors of #4255FA
Black with #4255FA
Text Example
Text Example
White with #4255FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4255FA; }
p { color: rgb(66,85,250); }
H1.HeaderClassName
{
color: #4255FA;
}
.AnyTagClassName
{
color: #4255FA;
}
</style>
background-color css
<style>
a { background-color: #4255FA; }
a { background-color: rgb(66,85,250); }
div.DivClassName
{
background-color: #4255FA;
}
.BgClassName
{
background-color: #4255FA;
}
</style>
border-color css
<style>
span { border-color: #4255FA; }
span { border-color: rgb(66,85,250); }
td.TdClassName
{
border-color: #4255FA;
}
.TagClassName
{
border-color: #4255FA;
}
</style>