Html Css Color HEX #6C4CFD Neon Blue

📋 copy color: '#6C4CFD'

red 108 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #6C4CFD

Tints of Neon Blue #6C4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.39%

 BLUE value IS 253 (99.22% from 255) = 57.89%

R = 24.71%
G = 17.39%
B = 57.89%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C4CFD (or 0x6C4CFD) is known color: Neon Blue. HEX triplet: 6C, 4C and FD. RGB value is (108,76,253). Sum of RGB (Red+Green+Blue) = 108+76+253=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C4CFD is #93B302. Grayscale: #696969. Windows color (decimal): -9679619 or 16600172. OLE color: 16600172.

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

Color convert

RGB 108 76 253 -
CMYK 0.57 0.70 0 0.01
HSL 250.85º 0.98% 0.65% -
HSV(B) 250.85º 0.7% 0.99% -
XYZ 26.5 15.45 94.51 -
YUV 105.75 211.1 129.61 -
System Red Green Blue C M Y K H S L
Decimal 108 76 253 0.57 0.70 0 0.01 250.85 0.98 0.65
Hex 6C 4C FD 39 46 0 1 FB 62 41
Octal 154 114 375 71 106 0 1 373 142 101
Binary 1101100 1001100 11111101 111001 1000110 0 1 11111011 1100010 1000001

Color Harmonies of #6C4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4CFD

Black with #6C4CFD

Text Example


Text Example

White with #6C4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,76,253); }

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

background-color css

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

 a { background-color: rgb(108,76,253); }

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

border-color css

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

 span { border-color: rgb(108,76,253); }

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