#6043FD

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

Shades of Neon Blue #6043FD

Tints of Neon Blue #6043FD

Color information

#6043FD (or 0x6043FD) is unknown color: approx Neon Blue. HEX triplet: 60, 43 and FD. RGB value is (96,67,253). Sum of RGB (Red+Green+Blue) = 96+67+253=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #6043FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6043FD is #9FBC02. Grayscale: #606060. Windows color (decimal): -10468355 or 16597856. OLE color: 16597856.

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

Color convert

RGB9667253-
CMYK0.620.7400.01
HSL249.35º97.89%62.75%-
HSV(B)249.35º73.52%99.22%-
XYZ24.5613.5994.26-
YUV96.88216.11127.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.08%
GREEN value IS 67 (26.56% from 255) = 16.11%
BLUE value IS 253 (99.22% from 255) = 60.82%
R=23.08%
G=16.11%
B=60.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal96672530.620.7400.01249.3597.8962.75
Hex6043FD3E4A01f9623f
Octal140103375761120137114277
Binary1100000100001111111101111110100101001111110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6043FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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