Html Css Color HEX #6C46FA Neon Blue

📋 copy color: '#6C46FA'

red 108 ◦ green 70 ◦ blue 250

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

Shades of Neon Blue #6C46FA

Tints of Neon Blue #6C46FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

 BLUE value IS 250 (98.05% from 255) = 58.41%

R = 25.23%
G = 16.36%
B = 58.41%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C46FA (or 0x6C46FA) is known color: Neon Blue. HEX triplet: 6C, 46 and FA. RGB value is (108,70,250). Sum of RGB (Red+Green+Blue) = 108+70+250=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C46FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C46FA is #93B905. Grayscale: #656565. Windows color (decimal): -9681158 or 16402028. OLE color: 16402028.

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

Color convert

RGB 108 70 250 -
CMYK 0.57 0.72 0 0.02
HSL 252.67º 0.95% 0.63% -
HSV(B) 252.67º 0.72% 0.98% -
XYZ 25.63 14.47 91.88 -
YUV 101.88 211.59 132.36 -
System Red Green Blue C M Y K H S L
Decimal 108 70 250 0.57 0.72 0 0.02 252.67 0.95 0.63
Hex 6C 46 FA 39 48 0 2 FD 5F 3F
Octal 154 106 372 71 110 0 2 375 137 77
Binary 1101100 1000110 11111010 111001 1001000 0 10 11111101 1011111 111111

Color Harmonies of #6C46FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C46FA

Black with #6C46FA

Text Example


Text Example

White with #6C46FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,70,250); }

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

background-color css

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

 a { background-color: rgb(108,70,250); }

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

border-color css

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

 span { border-color: rgb(108,70,250); }

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