#6B41F8

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

Shades of Neon Blue #6B41F8

Tints of Neon Blue #6B41F8

Color information

#6B41F8 (or 0x6B41F8) is unknown color: approx Neon Blue. HEX triplet: 6B, 41 and F8. RGB value is (107,65,248). Sum of RGB (Red+Green+Blue) = 107+65+248=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #6B41F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B41F8 is #94BE07. Grayscale: #616161. Windows color (decimal): -9747976 or 16269675. OLE color: 16269675.

HSL color Cylindrical-coordinate representation of color #6B41F8: hue angle of 253.77º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B41F8 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10765248-
CMYK0.570.7400.03
HSL253.77º92.89%61.37%-
HSV(B)253.77º73.79%97.25%-
XYZ24.913.6890.14-
YUV98.42212.41134.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.48%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 248 (97.27% from 255) = 59.05%
R=25.48%
G=15.48%
B=59.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal107652480.570.7400.03253.7792.8961.37
Hex6B41F8394A03fe5d3d
Octal153101370711120337613575
Binary11010111000001111110001110011001010011111111101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B41F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,65,248); }

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

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

 a { background-color: rgb(107,65,248); }

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

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

 span { border-color: rgb(107,65,248); }

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