Html Css Color HEX #6B4DFC Neon Blue

📋 copy color: '#6B4DFC'

red 107 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #6B4DFC

Tints of Neon Blue #6B4DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.66%

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

R = 24.54%
G = 17.66%
B = 57.8%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B4DFC (or 0x6B4DFC) is known color: Neon Blue. HEX triplet: 6B, 4D and FC. RGB value is (107,77,252). Sum of RGB (Red+Green+Blue) = 107+77+252=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B4DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4DFC is #94B203. Grayscale: #696969. Windows color (decimal): -9744900 or 16534891. OLE color: 16534891.

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

Color convert

RGB 107 77 252 -
CMYK 0.58 0.69 0 0.01
HSL 250.29º 0.97% 0.65% -
HSV(B) 250.29º 0.69% 0.99% -
XYZ 26.29 15.46 93.69 -
YUV 105.92 210.44 128.77 -
System Red Green Blue C M Y K H S L
Decimal 107 77 252 0.58 0.69 0 0.01 250.29 0.97 0.65
Hex 6B 4D FC 3A 45 0 1 FA 61 41
Octal 153 115 374 72 105 0 1 372 141 101
Binary 1101011 1001101 11111100 111010 1000101 0 1 11111010 1100001 1000001

Color Harmonies of #6B4DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4DFC

Black with #6B4DFC

Text Example


Text Example

White with #6B4DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,77,252); }

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

background-color css

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

 a { background-color: rgb(107,77,252); }

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

border-color css

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

 span { border-color: rgb(107,77,252); }

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