#6045FD

Color #6045FD Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6045FD

Tints of Neon Blue #6045FD

Color information

#6045FD (or 0x6045FD) is unknown color: approx Neon Blue. HEX triplet: 60, 45 and FD. RGB value is (96,69,253). Sum of RGB (Red+Green+Blue) = 96+69+253=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #6045FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6045FD is #9FBA02. Grayscale: #616161. Windows color (decimal): -10467843 or 16598368. OLE color: 16598368.

HSL color Cylindrical-coordinate representation of color #6045FD: hue angle of 248.8º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6045FD is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9669253-
CMYK0.620.7300.01
HSL248.8º97.87%63.14%-
HSV(B)248.8º72.73%99.22%-
XYZ24.6813.8394.3-
YUV98.05215.45126.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 69 (27.34% from 255) = 16.51%
BLUE value IS 253 (99.22% from 255) = 60.53%
R=22.97%
G=16.51%
B=60.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal96692530.620.7300.01248.897.8763.14
Hex6045FD3E4901f9623f
Octal140105375761110137114277
Binary1100000100010111111101111110100100101111110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6045FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6045FD; }

 p { color: rgb(96,69,253); }

 H1.HeaderClassName
 {
   color: #6045FD;
 }
 .AnyTagClassName
 {
   color: #6045FD;
 }
</style>
background-color css

<style>
 a { background-color: #6045FD; }

 a { background-color: rgb(96,69,253); }

 div.DivClassName
 {
   background-color: #6045FD;
 }
 .BgClassName
 {
   background-color: #6045FD;
 }
</style>
border-color css

<style>
 span { border-color: #6045FD; }

 span { border-color: rgb(96,69,253); }

 td.TdClassName
 {
   border-color: #6045FD;
 }
 .TagClassName
 {
   border-color: #6045FD;
 }
</style>