Html Css Color HEX #6F3CFE Neon Blue

📋 copy color: '#6F3CFE'

red 111 ◦ green 60 ◦ blue 254

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

Shades of Neon Blue #6F3CFE

Tints of Neon Blue #6F3CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.76%

R = 26.12%
G = 14.12%
B = 59.76%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F3CFE (or 0x6F3CFE) is known color: Neon Blue. HEX triplet: 6F, 3C and FE. RGB value is (111,60,254). Sum of RGB (Red+Green+Blue) = 111+60+254=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F3CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3CFE is #90C301. Grayscale: #606060. Windows color (decimal): -9487106 or 16661615. OLE color: 16661615.

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

Color convert

RGB 111 60 254 -
CMYK 0.56 0.76 0 0.00
HSL 255.77º 0.99% 0.62% -
HSV(B) 255.77º 0.76% 1% -
XYZ 26.06 13.77 95.05 -
YUV 97.37 216.4 137.73 -
System Red Green Blue C M Y K H S L
Decimal 111 60 254 0.56 0.76 0 0.00 255.77 0.99 0.62
Hex 6F 3C FE 38 4C 0 0 100 63 3E
Octal 157 74 376 70 114 0 0 400 143 76
Binary 1101111 111100 11111110 111000 1001100 0 0 100000000 1100011 111110

Color Harmonies of #6F3CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3CFE

Black with #6F3CFE

Text Example


Text Example

White with #6F3CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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