Html Css Color HEX #6F3CFC Neon Blue

📋 copy color: '#6F3CFC'

red 111 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #6F3CFC

Tints of Neon Blue #6F3CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.18%

 BLUE value IS 252 (98.83% from 255) = 59.57%

R = 26.24%
G = 14.18%
B = 59.57%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F3CFC (or 0x6F3CFC) is known color: Neon Blue. HEX triplet: 6F, 3C and FC. RGB value is (111,60,252). Sum of RGB (Red+Green+Blue) = 111+60+252=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F3CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3CFC is #90C303. Grayscale: #606060. Windows color (decimal): -9487108 or 16530543. OLE color: 16530543.

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

Color convert

RGB 111 60 252 -
CMYK 0.56 0.76 0 0.01
HSL 255.94º 0.97% 0.61% -
HSV(B) 255.94º 0.76% 0.99% -
XYZ 25.74 13.64 93.37 -
YUV 97.14 215.4 137.89 -
System Red Green Blue C M Y K H S L
Decimal 111 60 252 0.56 0.76 0 0.01 255.94 0.97 0.61
Hex 6F 3C FC 38 4C 0 1 100 61 3D
Octal 157 74 374 70 114 0 1 400 141 75
Binary 1101111 111100 11111100 111000 1001100 0 1 100000000 1100001 111101

Color Harmonies of #6F3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3CFC

Black with #6F3CFC

Text Example


Text Example

White with #6F3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,60,252); }

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

background-color css

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

 a { background-color: rgb(111,60,252); }

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

border-color css

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

 span { border-color: rgb(111,60,252); }

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