Html Css Color HEX #6F3BFF Neon Blue

📋 copy color: '#6F3BFF'

red 111 ◦ green 59 ◦ blue 255

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

Shades of Neon Blue #6F3BFF

Tints of Neon Blue #6F3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.88%

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

R = 26.12%
G = 13.88%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F3BFF (or 0x6F3BFF) is known color: Neon Blue. HEX triplet: 6F, 3B and FF. RGB value is (111,59,255). Sum of RGB (Red+Green+Blue) = 111+59+255=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F3BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3BFF is #90C400. Grayscale: #606060. Windows color (decimal): -9487361 or 16726895. OLE color: 16726895.

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

Color convert

RGB 111 59 255 -
CMYK 0.56 0.77 0 0
HSL 255.92º 1% 0.62% -
HSV(B) 255.92º 0.77% 1% -
XYZ 26.17 13.73 95.88 -
YUV 96.89 217.23 138.06 -
System Red Green Blue C M Y K H S L
Decimal 111 59 255 0.56 0.77 0 0 255.92 1 0.62
Hex 6F 3B FF 38 4D 0 0 100 64 3E
Octal 157 73 377 70 115 0 0 400 144 76
Binary 1101111 111011 11111111 111000 1001101 0 0 100000000 1100100 111110

Color Harmonies of #6F3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3BFF

Black with #6F3BFF

Text Example


Text Example

White with #6F3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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