Html Css Color HEX #6F3FFE Neon Blue

📋 copy color: '#6F3FFE'

red 111 ◦ green 63 ◦ blue 254

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

Shades of Neon Blue #6F3FFE

Tints of Neon Blue #6F3FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.72%

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

R = 25.93%
G = 14.72%
B = 59.35%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F3FFE (or 0x6F3FFE) is known color: Neon Blue. HEX triplet: 6F, 3F and FE. RGB value is (111,63,254). Sum of RGB (Red+Green+Blue) = 111+63+254=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F3FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3FFE is #90C001. Grayscale: #626262. Windows color (decimal): -9486338 or 16662383. OLE color: 16662383.

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

Color convert

RGB 111 63 254 -
CMYK 0.56 0.75 0 0.00
HSL 255.08º 0.99% 0.62% -
HSV(B) 255.08º 0.75% 1% -
XYZ 26.22 14.09 95.1 -
YUV 99.13 215.4 136.47 -
System Red Green Blue C M Y K H S L
Decimal 111 63 254 0.56 0.75 0 0.00 255.08 0.99 0.62
Hex 6F 3F FE 38 4B 0 0 FF 63 3E
Octal 157 77 376 70 113 0 0 377 143 76
Binary 1101111 111111 11111110 111000 1001011 0 0 11111111 1100011 111110

Color Harmonies of #6F3FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3FFE

Black with #6F3FFE

Text Example


Text Example

White with #6F3FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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