Shades of Neon Blue #425FFB
Tints of Neon Blue #425FFB
RGB
CMYK
RGB Variations
Color information
#425FFB (or 0x425FFB) is known color: Neon Blue. HEX triplet: 42, 5F and FB. RGB value is (66,95,251). Sum of RGB (Red+Green+Blue) = 66+95+251=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #425FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425FFB is #BDA004. Grayscale: #676767. Windows color (decimal): -12427269 or 16473922. OLE color: 16473922.
HSL color Cylindrical-coordinate representation of color #425FFB: hue angle of 230.59º 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 #425FFB is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 95 | 251 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.02 |
| HSL | 230.59º | 0.96% | 0.62% | - |
| HSV(B) | 230.59º | 0.74% | 0.98% | - |
| XYZ | 23.75 | 16.31 | 93.16 | - |
| YUV | 104.11 | 210.89 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 251 | 0.74 | 0.62 | 0 | 0.02 | 230.59 | 0.96 | 0.62 |
| Hex | 42 | 5F | FB | 4A | 3E | 0 | 2 | E7 | 60 | 3E |
| Octal | 102 | 137 | 373 | 112 | 76 | 0 | 2 | 347 | 140 | 76 |
| Binary | 1000010 | 1011111 | 11111011 | 1001010 | 111110 | 0 | 10 | 11100111 | 1100000 | 111110 |
Color Harmonies of #425FFB
Complementary color
Monochromatic Colors of #425FFB
Black with #425FFB
Text Example
Text Example
White with #425FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425FFB; }
p { color: rgb(66,95,251); }
H1.HeaderClassName
{
color: #425FFB;
}
.AnyTagClassName
{
color: #425FFB;
}
</style>
background-color css
<style>
a { background-color: #425FFB; }
a { background-color: rgb(66,95,251); }
div.DivClassName
{
background-color: #425FFB;
}
.BgClassName
{
background-color: #425FFB;
}
</style>
border-color css
<style>
span { border-color: #425FFB; }
span { border-color: rgb(66,95,251); }
td.TdClassName
{
border-color: #425FFB;
}
.TagClassName
{
border-color: #425FFB;
}
</style>