#6F41FE

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

Shades of Neon Blue #6F41FE

Tints of Neon Blue #6F41FE

Color information

#6F41FE (or 0x6F41FE) is unknown color: approx Neon Blue. HEX triplet: 6F, 41 and FE. RGB value is (111,65,254). Sum of RGB (Red+Green+Blue) = 111+65+254=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F41FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F41FE is #90BE01. Grayscale: #636363. Windows color (decimal): -9485826 or 16662895. OLE color: 16662895.

HSL color Cylindrical-coordinate representation of color #6F41FE: hue angle of 254.6º 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 #6F41FE is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11165254-
CMYK0.560.7400.00
HSL254.6º98.95%62.55%-
HSV(B)254.6º74.41%99.61%-
XYZ26.3414.3295.14-
YUV100.3214.74135.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.81%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 254 (99.61% from 255) = 59.07%
R=25.81%
G=15.12%
B=59.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal111652540.560.7400.00254.698.9562.55
Hex6F41FE384A00ff633f
Octal157101376701120037714377
Binary1101111100000111111110111000100101000111111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F41FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,65,254); }

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

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

 a { background-color: rgb(111,65,254); }

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

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

 span { border-color: rgb(111,65,254); }

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