Html Css Color HEX #6D42F5 Neon Blue

📋 copy color: '#6D42F5'

red 109 ◦ green 66 ◦ blue 245

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

Shades of Neon Blue #6D42F5

Tints of Neon Blue #6D42F5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

 BLUE value IS 245 (96.09% from 255) = 58.33%

R = 25.95%
G = 15.71%
B = 58.33%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6D42F5 (or 0x6D42F5) is known color: Neon Blue. HEX triplet: 6D, 42 and F5. RGB value is (109,66,245). Sum of RGB (Red+Green+Blue) = 109+66+245=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 245 (96.09% from 255 or 58.33% from 420); Max value from RGB is 245 - color contains mainly: blue. Hex color #6D42F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D42F5 is #92BD0A. Grayscale: #626262. Windows color (decimal): -9616651 or 16073325. OLE color: 16073325.

HSL color Cylindrical-coordinate representation of color #6D42F5: hue angle of 254.41º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D42F5 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 109 66 245 -
CMYK 0.56 0.73 0 0.04
HSL 254.41º 0.9% 0.61% -
HSV(B) 254.41º 0.73% 0.96% -
XYZ 24.74 13.74 87.73 -
YUV 99.26 210.25 134.95 -
System Red Green Blue C M Y K H S L
Decimal 109 66 245 0.56 0.73 0 0.04 254.41 0.9 0.61
Hex 6D 42 F5 38 49 0 4 FE 5A 3D
Octal 155 102 365 70 111 0 4 376 132 75
Binary 1101101 1000010 11110101 111000 1001001 0 100 11111110 1011010 111101

Color Harmonies of #6D42F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D42F5

Black with #6D42F5

Text Example


Text Example

White with #6D42F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,66,245); }

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

background-color css

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

 a { background-color: rgb(109,66,245); }

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

border-color css

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

 span { border-color: rgb(109,66,245); }

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