Html Css Color HEX #6D45FD Neon Blue

📋 copy color: '#6D45FD'

red 109 ◦ green 69 ◦ blue 253

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

Shades of Neon Blue #6D45FD

Tints of Neon Blue #6D45FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.01%

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

R = 25.29%
G = 16.01%
B = 58.7%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D45FD (or 0x6D45FD) is known color: Neon Blue. HEX triplet: 6D, 45 and FD. RGB value is (109,69,253). Sum of RGB (Red+Green+Blue) = 109+69+253=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D45FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D45FD is #92BA02. Grayscale: #656565. Windows color (decimal): -9615875 or 16598381. OLE color: 16598381.

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

Color convert

RGB 109 69 253 -
CMYK 0.57 0.73 0 0.01
HSL 253.04º 0.98% 0.63% -
HSV(B) 253.04º 0.73% 0.99% -
XYZ 26.16 14.6 94.37 -
YUV 101.94 213.25 133.04 -
System Red Green Blue C M Y K H S L
Decimal 109 69 253 0.57 0.73 0 0.01 253.04 0.98 0.63
Hex 6D 45 FD 39 49 0 1 FD 62 3F
Octal 155 105 375 71 111 0 1 375 142 77
Binary 1101101 1000101 11111101 111001 1001001 0 1 11111101 1100010 111111

Color Harmonies of #6D45FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D45FD

Black with #6D45FD

Text Example


Text Example

White with #6D45FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,69,253); }

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

background-color css

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

 a { background-color: rgb(109,69,253); }

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

border-color css

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

 span { border-color: rgb(109,69,253); }

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