#6043FE

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

Shades of Neon Blue #6043FE

Tints of Neon Blue #6043FE

Color information

#6043FE (or 0x6043FE) is unknown color: approx Neon Blue. HEX triplet: 60, 43 and FE. RGB value is (96,67,254). Sum of RGB (Red+Green+Blue) = 96+67+254=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #6043FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6043FE is #9FBC01. Grayscale: #606060. Windows color (decimal): -10468354 or 16663392. OLE color: 16663392.

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

Color convert

RGB9667254-
CMYK0.620.7400.00
HSL249.3º98.94%62.94%-
HSV(B)249.3º73.62%99.61%-
XYZ24.7213.6695.1-
YUV96.99216.61127.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 67 (26.56% from 255) = 16.07%
BLUE value IS 254 (99.61% from 255) = 60.91%
R=23.02%
G=16.07%
B=60.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal96672540.620.7400.00249.398.9462.94
Hex6043FE3E4A00f9633f
Octal140103376761120037114377
Binary1100000100001111111110111110100101000111110011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6043FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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