Html Css Color HEX #6542F6 Neon Blue

📋 copy color: '#6542F6'

red 101 ◦ green 66 ◦ blue 246

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

Shades of Neon Blue #6542F6

Tints of Neon Blue #6542F6

RGB

 RED value IS 101 (39.84% from 255) = 24.46%

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

 BLUE value IS 246 (96.48% from 255) = 59.56%

R = 24.46%
G = 15.98%
B = 59.56%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6542F6 (or 0x6542F6) is known color: Neon Blue. HEX triplet: 65, 42 and F6. RGB value is (101,66,246). Sum of RGB (Red+Green+Blue) = 101+66+246=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 246 (96.48% from 255 or 59.56% from 413); Max value from RGB is 246 - color contains mainly: blue. Hex color #6542F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6542F6 is #9ABD09. Grayscale: #606060. Windows color (decimal): -10140938 or 16138853. OLE color: 16138853.

HSL color Cylindrical-coordinate representation of color #6542F6: hue angle of 251.67º degrees, saturation: 0.91, 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 #6542F6 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 66 246 -
CMYK 0.59 0.73 0 0.04
HSL 251.67º 0.91% 0.61% -
HSV(B) 251.67º 0.73% 0.96% -
XYZ 23.95 13.32 88.5 -
YUV 96.99 212.1 130.86 -
System Red Green Blue C M Y K H S L
Decimal 101 66 246 0.59 0.73 0 0.04 251.67 0.91 0.61
Hex 65 42 F6 3B 49 0 4 FC 5B 3D
Octal 145 102 366 73 111 0 4 374 133 75
Binary 1100101 1000010 11110110 111011 1001001 0 100 11111100 1011011 111101

Color Harmonies of #6542F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6542F6

Black with #6542F6

Text Example


Text Example

White with #6542F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6542F6; }

 p { color: rgb(101,66,246); }

 H1.HeaderClassName
 {
   color: #6542F6;
 }
 .AnyTagClassName
 {
   color: #6542F6;
 }
</style>

background-color css

<style>
 a { background-color: #6542F6; }

 a { background-color: rgb(101,66,246); }

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

border-color css

<style>
 span { border-color: #6542F6; }

 span { border-color: rgb(101,66,246); }

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