Html Css Color HEX #6F3EFF Neon Blue

📋 copy color: '#6F3EFF'

red 111 ◦ green 62 ◦ blue 255

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

Shades of Neon Blue #6F3EFF

Tints of Neon Blue #6F3EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.49%

 BLUE value IS 255 (100% from 255) = 59.58%

R = 25.93%
G = 14.49%
B = 59.58%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F3EFF (or 0x6F3EFF) is known color: Neon Blue. HEX triplet: 6F, 3E and FF. RGB value is (111,62,255). Sum of RGB (Red+Green+Blue) = 111+62+255=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F3EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3EFF is #90C100. Grayscale: #616161. Windows color (decimal): -9486593 or 16727663. OLE color: 16727663.

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

Color convert

RGB 111 62 255 -
CMYK 0.56 0.76 0 0
HSL 255.23º 1% 0.62% -
HSV(B) 255.23º 0.76% 1% -
XYZ 26.33 14.04 95.93 -
YUV 98.65 216.23 136.81 -
System Red Green Blue C M Y K H S L
Decimal 111 62 255 0.56 0.76 0 0 255.23 1 0.62
Hex 6F 3E FF 38 4C 0 0 FF 64 3E
Octal 157 76 377 70 114 0 0 377 144 76
Binary 1101111 111110 11111111 111000 1001100 0 0 11111111 1100100 111110

Color Harmonies of #6F3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3EFF

Black with #6F3EFF

Text Example


Text Example

White with #6F3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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