Html Css Color HEX #6F3EFA Neon Blue

📋 copy color: '#6F3EFA'

red 111 ◦ green 62 ◦ blue 250

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

Shades of Neon Blue #6F3EFA

Tints of Neon Blue #6F3EFA

RGB

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

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

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

R = 26.24%
G = 14.66%
B = 59.1%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F3EFA (or 0x6F3EFA) is known color: Neon Blue. HEX triplet: 6F, 3E and FA. RGB value is (111,62,250). Sum of RGB (Red+Green+Blue) = 111+62+250=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F3EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3EFA is #90C105. Grayscale: #616161. Windows color (decimal): -9486598 or 16399983. OLE color: 16399983.

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

Color convert

RGB 111 62 250 -
CMYK 0.56 0.75 0 0.02
HSL 255.64º 0.95% 0.61% -
HSV(B) 255.64º 0.75% 0.98% -
XYZ 25.53 13.73 91.75 -
YUV 98.08 213.73 137.21 -
System Red Green Blue C M Y K H S L
Decimal 111 62 250 0.56 0.75 0 0.02 255.64 0.95 0.61
Hex 6F 3E FA 38 4B 0 2 100 5F 3D
Octal 157 76 372 70 113 0 2 400 137 75
Binary 1101111 111110 11111010 111000 1001011 0 10 100000000 1011111 111101

Color Harmonies of #6F3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3EFA

Black with #6F3EFA

Text Example


Text Example

White with #6F3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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