Html Css Color HEX #6B4AFE Neon Blue

📋 copy color: '#6B4AFE'

red 107 ◦ green 74 ◦ blue 254

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

Shades of Neon Blue #6B4AFE

Tints of Neon Blue #6B4AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.01%

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

R = 24.6%
G = 17.01%
B = 58.39%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6B4AFE (or 0x6B4AFE) is known color: Neon Blue. HEX triplet: 6B, 4A and FE. RGB value is (107,74,254). Sum of RGB (Red+Green+Blue) = 107+74+254=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B4AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B4AFE is #94B501. Grayscale: #676767. Windows color (decimal): -9745666 or 16665195. OLE color: 16665195.

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

Color convert

RGB 107 74 254 -
CMYK 0.58 0.71 0 0.00
HSL 251º 0.99% 0.64% -
HSV(B) 251º 0.71% 1% -
XYZ 26.4 15.18 95.3 -
YUV 104.39 212.43 129.86 -
System Red Green Blue C M Y K H S L
Decimal 107 74 254 0.58 0.71 0 0.00 251 0.99 0.64
Hex 6B 4A FE 3A 47 0 0 FB 63 40
Octal 153 112 376 72 107 0 0 373 143 100
Binary 1101011 1001010 11111110 111010 1000111 0 0 11111011 1100011 1000000

Color Harmonies of #6B4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4AFE

Black with #6B4AFE

Text Example


Text Example

White with #6B4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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