Shades of Neon Blue #5F65FD
Tints of Neon Blue #5F65FD
RGB
CMYK
RGB Variations
Color information
#5F65FD (or 0x5F65FD) is known color: Neon Blue. HEX triplet: 5F, 65 and FD. RGB value is (95,101,253). Sum of RGB (Red+Green+Blue) = 95+101+253=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F65FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F65FD is #A09A02. Grayscale: #737373. Windows color (decimal): -10525187 or 16606559. OLE color: 16606559.
HSL color Cylindrical-coordinate representation of color #5F65FD: hue angle of 237.72º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F65FD is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 101 | 253 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.01 |
| HSL | 237.72º | 0.98% | 0.68% | - |
| HSV(B) | 237.72º | 0.62% | 0.99% | - |
| XYZ | 27.1 | 18.83 | 95.14 | - |
| YUV | 116.53 | 205.01 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 253 | 0.62 | 0.60 | 0 | 0.01 | 237.72 | 0.98 | 0.68 |
| Hex | 5F | 65 | FD | 3E | 3C | 0 | 1 | EE | 62 | 44 |
| Octal | 137 | 145 | 375 | 76 | 74 | 0 | 1 | 356 | 142 | 104 |
| Binary | 1011111 | 1100101 | 11111101 | 111110 | 111100 | 0 | 1 | 11101110 | 1100010 | 1000100 |
Color Harmonies of #5F65FD
Complementary color
Monochromatic Colors of #5F65FD
Black with #5F65FD
Text Example
Text Example
White with #5F65FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F65FD; }
p { color: rgb(95,101,253); }
H1.HeaderClassName
{
color: #5F65FD;
}
.AnyTagClassName
{
color: #5F65FD;
}
</style>
background-color css
<style>
a { background-color: #5F65FD; }
a { background-color: rgb(95,101,253); }
div.DivClassName
{
background-color: #5F65FD;
}
.BgClassName
{
background-color: #5F65FD;
}
</style>
border-color css
<style>
span { border-color: #5F65FD; }
span { border-color: rgb(95,101,253); }
td.TdClassName
{
border-color: #5F65FD;
}
.TagClassName
{
border-color: #5F65FD;
}
</style>