Html Css Color HEX #6C4BFE Neon Blue

📋 copy color: '#6C4BFE'

red 108 ◦ green 75 ◦ blue 254

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

Shades of Neon Blue #6C4BFE

Tints of Neon Blue #6C4BFE

RGB

 RED value IS 108 (42.58% from 255) = 24.71%

 GREEN value IS 75 (29.69% from 255) = 17.16%

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

R = 24.71%
G = 17.16%
B = 58.12%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C4BFE (or 0x6C4BFE) is known color: Neon Blue. HEX triplet: 6C, 4B and FE. RGB value is (108,75,254). Sum of RGB (Red+Green+Blue) = 108+75+254=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C4BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C4BFE is #93B401. Grayscale: #686868. Windows color (decimal): -9679874 or 16665452. OLE color: 16665452.

HSL color Cylindrical-coordinate representation of color #6C4BFE: hue angle of 251.06º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C4BFE is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 75 254 -
CMYK 0.57 0.70 0 0.00
HSL 251.06º 0.99% 0.65% -
HSV(B) 251.06º 0.7% 1% -
XYZ 26.59 15.38 95.33 -
YUV 105.27 211.93 129.95 -
System Red Green Blue C M Y K H S L
Decimal 108 75 254 0.57 0.70 0 0.00 251.06 0.99 0.65
Hex 6C 4B FE 39 46 0 0 FB 63 41
Octal 154 113 376 71 106 0 0 373 143 101
Binary 1101100 1001011 11111110 111001 1000110 0 0 11111011 1100011 1000001

Color Harmonies of #6C4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4BFE

Black with #6C4BFE

Text Example


Text Example

White with #6C4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,75,254); }

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

background-color css

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

 a { background-color: rgb(108,75,254); }

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

border-color css

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

 span { border-color: rgb(108,75,254); }

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