Html Css Color HEX #6F41FA Neon Blue

📋 copy color: '#6F41FA'

red 111 ◦ green 65 ◦ blue 250

#6F41FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6F41FA

Tints of Neon Blue #6F41FA

RGB

 RED value IS 111 (43.75% from 255) = 26.06%

 GREEN value IS 65 (25.78% from 255) = 15.26%

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 26.06%
G = 15.26%
B = 58.69%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F41FA (or 0x6F41FA) is known color: Neon Blue. HEX triplet: 6F, 41 and FA. RGB value is (111,65,250). Sum of RGB (Red+Green+Blue) = 111+65+250=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F41FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F41FA is #90BE05. Grayscale: #636363. Windows color (decimal): -9485830 or 16400751. OLE color: 16400751.

HSL color Cylindrical-coordinate representation of color #6F41FA: hue angle of 254.92º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F41FA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 65 250 -
CMYK 0.56 0.74 0 0.02
HSL 254.92º 0.95% 0.62% -
HSV(B) 254.92º 0.74% 0.98% -
XYZ 25.7 14.06 91.8 -
YUV 99.84 212.74 135.96 -
System Red Green Blue C M Y K H S L
Decimal 111 65 250 0.56 0.74 0 0.02 254.92 0.95 0.62
Hex 6F 41 FA 38 4A 0 2 FF 5F 3E
Octal 157 101 372 70 112 0 2 377 137 76
Binary 1101111 1000001 11111010 111000 1001010 0 10 11111111 1011111 111110

Color Harmonies of #6F41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F41FA

Black with #6F41FA

Text Example


Text Example

White with #6F41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F41FA;
 }
 .AnyTagClassName
 {
   color: #6F41FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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