Shades of Neon Blue #603DFE
Tints of Neon Blue #603DFE
RGB
CMYK
RGB Variations
Color information
#603DFE (or 0x603DFE) is known color: Neon Blue. HEX triplet: 60, 3D and FE. RGB value is (96,61,254). Sum of RGB (Red+Green+Blue) = 96+61+254=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #603DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603DFE is #9FC201. Grayscale: #5C5C5C. Windows color (decimal): -10469890 or 16661856. OLE color: 16661856.
HSL color Cylindrical-coordinate representation of color #603DFE: hue angle of 250.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #603DFE is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 61 | 254 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.00 |
| HSL | 250.88º | 0.99% | 0.62% | - |
| HSV(B) | 250.88º | 0.76% | 1% | - |
| XYZ | 24.38 | 12.98 | 94.99 | - |
| YUV | 93.47 | 218.6 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 254 | 0.62 | 0.76 | 0 | 0.00 | 250.88 | 0.99 | 0.62 |
| Hex | 60 | 3D | FE | 3E | 4C | 0 | 0 | FB | 63 | 3E |
| Octal | 140 | 75 | 376 | 76 | 114 | 0 | 0 | 373 | 143 | 76 |
| Binary | 1100000 | 111101 | 11111110 | 111110 | 1001100 | 0 | 0 | 11111011 | 1100011 | 111110 |
Color Harmonies of #603DFE
Complementary color
Monochromatic Colors of #603DFE
Black with #603DFE
Text Example
Text Example
White with #603DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DFE; }
p { color: rgb(96,61,254); }
H1.HeaderClassName
{
color: #603DFE;
}
.AnyTagClassName
{
color: #603DFE;
}
</style>
background-color css
<style>
a { background-color: #603DFE; }
a { background-color: rgb(96,61,254); }
div.DivClassName
{
background-color: #603DFE;
}
.BgClassName
{
background-color: #603DFE;
}
</style>
border-color css
<style>
span { border-color: #603DFE; }
span { border-color: rgb(96,61,254); }
td.TdClassName
{
border-color: #603DFE;
}
.TagClassName
{
border-color: #603DFE;
}
</style>