Html Css Color HEX #6F3DFA Neon Blue

📋 copy color: '#6F3DFA'

red 111 ◦ green 61 ◦ blue 250

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

Shades of Neon Blue #6F3DFA

Tints of Neon Blue #6F3DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.45%

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

R = 26.3%
G = 14.45%
B = 59.24%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F3DFA (or 0x6F3DFA) is known color: Neon Blue. HEX triplet: 6F, 3D and FA. RGB value is (111,61,250). Sum of RGB (Red+Green+Blue) = 111+61+250=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F3DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3DFA is #90C205. Grayscale: #606060. Windows color (decimal): -9486854 or 16399727. OLE color: 16399727.

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

Color convert

RGB 111 61 250 -
CMYK 0.56 0.76 0 0.02
HSL 255.87º 0.95% 0.61% -
HSV(B) 255.87º 0.76% 0.98% -
XYZ 25.48 13.62 91.73 -
YUV 97.5 214.07 137.63 -
System Red Green Blue C M Y K H S L
Decimal 111 61 250 0.56 0.76 0 0.02 255.87 0.95 0.61
Hex 6F 3D FA 38 4C 0 2 100 5F 3D
Octal 157 75 372 70 114 0 2 400 137 75
Binary 1101111 111101 11111010 111000 1001100 0 10 100000000 1011111 111101

Color Harmonies of #6F3DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3DFA

Black with #6F3DFA

Text Example


Text Example

White with #6F3DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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