Shades of Neon Blue #6067FE
Tints of Neon Blue #6067FE
RGB
CMYK
RGB Variations
Color information
#6067FE (or 0x6067FE) is known color: Neon Blue. HEX triplet: 60, 67 and FE. RGB value is (96,103,254). Sum of RGB (Red+Green+Blue) = 96+103+254=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #6067FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6067FE is #9F9801. Grayscale: #757575. Windows color (decimal): -10459138 or 16672608. OLE color: 16672608.
HSL color Cylindrical-coordinate representation of color #6067FE: hue angle of 237.34º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6067FE is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 103 | 254 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.00 |
| HSL | 237.34º | 0.99% | 0.69% | - |
| HSV(B) | 237.34º | 0.62% | 1% | - |
| XYZ | 27.56 | 19.34 | 96.05 | - |
| YUV | 118.12 | 204.68 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 254 | 0.62 | 0.59 | 0 | 0.00 | 237.34 | 0.99 | 0.69 |
| Hex | 60 | 67 | FE | 3E | 3B | 0 | 0 | ED | 63 | 45 |
| Octal | 140 | 147 | 376 | 76 | 73 | 0 | 0 | 355 | 143 | 105 |
| Binary | 1100000 | 1100111 | 11111110 | 111110 | 111011 | 0 | 0 | 11101101 | 1100011 | 1000101 |
Color Harmonies of #6067FE
Complementary color
Monochromatic Colors of #6067FE
Black with #6067FE
Text Example
Text Example
White with #6067FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6067FE; }
p { color: rgb(96,103,254); }
H1.HeaderClassName
{
color: #6067FE;
}
.AnyTagClassName
{
color: #6067FE;
}
</style>
background-color css
<style>
a { background-color: #6067FE; }
a { background-color: rgb(96,103,254); }
div.DivClassName
{
background-color: #6067FE;
}
.BgClassName
{
background-color: #6067FE;
}
</style>
border-color css
<style>
span { border-color: #6067FE; }
span { border-color: rgb(96,103,254); }
td.TdClassName
{
border-color: #6067FE;
}
.TagClassName
{
border-color: #6067FE;
}
</style>