#6F44FF

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

Shades of Neon Blue #6F44FF

Tints of Neon Blue #6F44FF

Color information

#6F44FF (or 0x6F44FF) is unknown color: approx Neon Blue. HEX triplet: 6F, 44 and FF. RGB value is (111,68,255). Sum of RGB (Red+Green+Blue) = 111+68+255=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F44FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F44FF is #90BB00. Grayscale: #656565. Windows color (decimal): -9485057 or 16729199. OLE color: 16729199.

HSL color Cylindrical-coordinate representation of color #6F44FF: hue angle of 253.8º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F44FF is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11168255-
CMYK0.560.7300
HSL253.8º100%63.33%-
HSV(B)253.8º73.33%100%-
XYZ26.6714.7396.05-
YUV102.17214.25134.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.58%
GREEN value IS 68 (26.95% from 255) = 15.67%
BLUE value IS 255 (100% from 255) = 58.76%
R=25.58%
G=15.67%
B=58.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal111682550.560.7300253.810063.33
Hex6F44FF384900fe643f
Octal157104377701110037614477
Binary1101111100010011111111111000100100100111111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F44FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F44FF; }

 p { color: rgb(111,68,255); }

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

<style>
 a { background-color: #6F44FF; }

 a { background-color: rgb(111,68,255); }

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

<style>
 span { border-color: #6F44FF; }

 span { border-color: rgb(111,68,255); }

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