Html Css Color HEX #6B3FFE Neon Blue

📋 copy color: '#6B3FFE'

red 107 ◦ green 63 ◦ blue 254

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

Shades of Neon Blue #6B3FFE

Tints of Neon Blue #6B3FFE

RGB

 RED value IS 107 (42.19% from 255) = 25.24%

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

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

R = 25.24%
G = 14.86%
B = 59.91%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B3FFE (or 0x6B3FFE) is known color: Neon Blue. HEX triplet: 6B, 3F and FE. RGB value is (107,63,254). Sum of RGB (Red+Green+Blue) = 107+63+254=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B3FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3FFE is #94C001. Grayscale: #616161. Windows color (decimal): -9748482 or 16662379. OLE color: 16662379.

HSL color Cylindrical-coordinate representation of color #6B3FFE: hue angle of 253.82º 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 #6B3FFE is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 107 63 254 -
CMYK 0.58 0.75 0 0.00
HSL 253.82º 0.99% 0.62% -
HSV(B) 253.82º 0.75% 1% -
XYZ 25.73 13.84 95.08 -
YUV 97.93 216.08 134.47 -
System Red Green Blue C M Y K H S L
Decimal 107 63 254 0.58 0.75 0 0.00 253.82 0.99 0.62
Hex 6B 3F FE 3A 4B 0 0 FE 63 3E
Octal 153 77 376 72 113 0 0 376 143 76
Binary 1101011 111111 11111110 111010 1001011 0 0 11111110 1100011 111110

Color Harmonies of #6B3FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3FFE

Black with #6B3FFE

Text Example


Text Example

White with #6B3FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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