Html Css Color HEX #6D3CFC Neon Blue

📋 copy color: '#6D3CFC'

red 109 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #6D3CFC

Tints of Neon Blue #6D3CFC

RGB

 RED value IS 109 (42.97% from 255) = 25.89%

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

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

R = 25.89%
G = 14.25%
B = 59.86%

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

#6D3CFC (or 0x6D3CFC) is known color: Neon Blue. HEX triplet: 6D, 3C and FC. RGB value is (109,60,252). Sum of RGB (Red+Green+Blue) = 109+60+252=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D3CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3CFC is #92C303. Grayscale: #5F5F5F. Windows color (decimal): -9618180 or 16530541. OLE color: 16530541.

HSL color Cylindrical-coordinate representation of color #6D3CFC: hue angle of 255.31º degrees, saturation: 0.97, 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 #6D3CFC is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 60 252 -
CMYK 0.57 0.76 0 0.01
HSL 255.31º 0.97% 0.61% -
HSV(B) 255.31º 0.76% 0.99% -
XYZ 25.49 13.51 93.36 -
YUV 96.54 215.73 136.89 -
System Red Green Blue C M Y K H S L
Decimal 109 60 252 0.57 0.76 0 0.01 255.31 0.97 0.61
Hex 6D 3C FC 39 4C 0 1 FF 61 3D
Octal 155 74 374 71 114 0 1 377 141 75
Binary 1101101 111100 11111100 111001 1001100 0 1 11111111 1100001 111101

Color Harmonies of #6D3CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3CFC

Black with #6D3CFC

Text Example


Text Example

White with #6D3CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,60,252); }

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

background-color css

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

 a { background-color: rgb(109,60,252); }

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

border-color css

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

 span { border-color: rgb(109,60,252); }

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