Html Css Color HEX #6F3DFF Neon Blue

📋 copy color: '#6F3DFF'

red 111 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #6F3DFF

Tints of Neon Blue #6F3DFF

RGB

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

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

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

R = 26%
G = 14.29%
B = 59.72%

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

#6F3DFF (or 0x6F3DFF) is known color: Neon Blue. HEX triplet: 6F, 3D and FF. RGB value is (111,61,255). Sum of RGB (Red+Green+Blue) = 111+61+255=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F3DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3DFF is #90C200. Grayscale: #616161. Windows color (decimal): -9486849 or 16727407. OLE color: 16727407.

HSL color Cylindrical-coordinate representation of color #6F3DFF: hue angle of 255.46º 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 #6F3DFF is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 61 255 -
CMYK 0.56 0.76 0 0
HSL 255.46º 1% 0.62% -
HSV(B) 255.46º 0.76% 1% -
XYZ 26.27 13.94 95.91 -
YUV 98.07 216.57 137.23 -
System Red Green Blue C M Y K H S L
Decimal 111 61 255 0.56 0.76 0 0 255.46 1 0.62
Hex 6F 3D FF 38 4C 0 0 FF 64 3E
Octal 157 75 377 70 114 0 0 377 144 76
Binary 1101111 111101 11111111 111000 1001100 0 0 11111111 1100100 111110

Color Harmonies of #6F3DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3DFF

Black with #6F3DFF

Text Example


Text Example

White with #6F3DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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