Shades of Neon Blue #425CFB
Tints of Neon Blue #425CFB
RGB
CMYK
RGB Variations
Color information
#425CFB (or 0x425CFB) is known color: Neon Blue. HEX triplet: 42, 5C and FB. RGB value is (66,92,251). Sum of RGB (Red+Green+Blue) = 66+92+251=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #425CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425CFB is #BDA304. Grayscale: #656565. Windows color (decimal): -12428037 or 16473154. OLE color: 16473154.
HSL color Cylindrical-coordinate representation of color #425CFB: hue angle of 231.57º 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 #425CFB is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 92 | 251 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.02 |
| HSL | 231.57º | 0.96% | 0.62% | - |
| HSV(B) | 231.57º | 0.74% | 0.98% | - |
| XYZ | 23.49 | 15.78 | 93.07 | - |
| YUV | 102.35 | 211.89 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 251 | 0.74 | 0.63 | 0 | 0.02 | 231.57 | 0.96 | 0.62 |
| Hex | 42 | 5C | FB | 4A | 3F | 0 | 2 | E8 | 60 | 3E |
| Octal | 102 | 134 | 373 | 112 | 77 | 0 | 2 | 350 | 140 | 76 |
| Binary | 1000010 | 1011100 | 11111011 | 1001010 | 111111 | 0 | 10 | 11101000 | 1100000 | 111110 |
Color Harmonies of #425CFB
Complementary color
Monochromatic Colors of #425CFB
Black with #425CFB
Text Example
Text Example
White with #425CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425CFB; }
p { color: rgb(66,92,251); }
H1.HeaderClassName
{
color: #425CFB;
}
.AnyTagClassName
{
color: #425CFB;
}
</style>
background-color css
<style>
a { background-color: #425CFB; }
a { background-color: rgb(66,92,251); }
div.DivClassName
{
background-color: #425CFB;
}
.BgClassName
{
background-color: #425CFB;
}
</style>
border-color css
<style>
span { border-color: #425CFB; }
span { border-color: rgb(66,92,251); }
td.TdClassName
{
border-color: #425CFB;
}
.TagClassName
{
border-color: #425CFB;
}
</style>