Shades of Neon Blue #4365FF
Tints of Neon Blue #4365FF
RGB
CMYK
RGB Variations
Color information
#4365FF (or 0x4365FF) is known color: Neon Blue. HEX triplet: 43, 65 and FF. RGB value is (67,101,255). Sum of RGB (Red+Green+Blue) = 67+101+255=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #4365FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4365FF is #BC9A00. Grayscale: #6B6B6B. Windows color (decimal): -12360193 or 16737603. OLE color: 16737603.
HSL color Cylindrical-coordinate representation of color #4365FF: hue angle of 229.15º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4365FF is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 101 | 255 | - |
| CMYK | 0.74 | 0.60 | 0 | 0 |
| HSL | 229.15º | 1% | 0.63% | - |
| HSV(B) | 229.15º | 0.74% | 1% | - |
| XYZ | 25.02 | 17.72 | 96.71 | - |
| YUV | 108.39 | 210.74 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 255 | 0.74 | 0.60 | 0 | 0 | 229.15 | 1 | 0.63 |
| Hex | 43 | 65 | FF | 4A | 3C | 0 | 0 | E5 | 64 | 3F |
| Octal | 103 | 145 | 377 | 112 | 74 | 0 | 0 | 345 | 144 | 77 |
| Binary | 1000011 | 1100101 | 11111111 | 1001010 | 111100 | 0 | 0 | 11100101 | 1100100 | 111111 |
Color Harmonies of #4365FF
Complementary color
Monochromatic Colors of #4365FF
Black with #4365FF
Text Example
Text Example
White with #4365FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4365FF; }
p { color: rgb(67,101,255); }
H1.HeaderClassName
{
color: #4365FF;
}
.AnyTagClassName
{
color: #4365FF;
}
</style>
background-color css
<style>
a { background-color: #4365FF; }
a { background-color: rgb(67,101,255); }
div.DivClassName
{
background-color: #4365FF;
}
.BgClassName
{
background-color: #4365FF;
}
</style>
border-color css
<style>
span { border-color: #4365FF; }
span { border-color: rgb(67,101,255); }
td.TdClassName
{
border-color: #4365FF;
}
.TagClassName
{
border-color: #4365FF;
}
</style>