Html Css Color HEX #6C3CFD Neon Blue

📋 copy color: '#6C3CFD'

red 108 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #6C3CFD

Tints of Neon Blue #6C3CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.25%

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

R = 25.65%
G = 14.25%
B = 60.1%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C3CFD (or 0x6C3CFD) is known color: Neon Blue. HEX triplet: 6C, 3C and FD. RGB value is (108,60,253). Sum of RGB (Red+Green+Blue) = 108+60+253=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C3CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3CFD is #93C302. Grayscale: #5F5F5F. Windows color (decimal): -9683715 or 16596076. OLE color: 16596076.

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

Color convert

RGB 108 60 253 -
CMYK 0.57 0.76 0 0.01
HSL 254.92º 0.98% 0.61% -
HSV(B) 254.92º 0.76% 0.99% -
XYZ 25.53 13.51 94.19 -
YUV 96.35 216.4 136.31 -
System Red Green Blue C M Y K H S L
Decimal 108 60 253 0.57 0.76 0 0.01 254.92 0.98 0.61
Hex 6C 3C FD 39 4C 0 1 FF 62 3D
Octal 154 74 375 71 114 0 1 377 142 75
Binary 1101100 111100 11111101 111001 1001100 0 1 11111111 1100010 111101

Color Harmonies of #6C3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3CFD

Black with #6C3CFD

Text Example


Text Example

White with #6C3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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