Html Css Color HEX #6A3FF2 Neon Blue

📋 copy color: '#6A3FF2'

red 106 ◦ green 63 ◦ blue 242

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

Shades of Neon Blue #6A3FF2

Tints of Neon Blue #6A3FF2

RGB

 RED value IS 106 (41.8% from 255) = 25.79%

 GREEN value IS 63 (25% from 255) = 15.33%

 BLUE value IS 242 (94.92% from 255) = 58.88%

R = 25.79%
G = 15.33%
B = 58.88%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6A3FF2 (or 0x6A3FF2) is known color: Neon Blue. HEX triplet: 6A, 3F and F2. RGB value is (106,63,242). Sum of RGB (Red+Green+Blue) = 106+63+242=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 242 (94.92% from 255 or 58.88% from 411); Max value from RGB is 242 - color contains mainly: blue. Hex color #6A3FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3FF2 is #95C00D. Grayscale: #5F5F5F. Windows color (decimal): -9814030 or 15875946. OLE color: 15875946.

HSL color Cylindrical-coordinate representation of color #6A3FF2: hue angle of 254.41º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A3FF2 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 63 242 -
CMYK 0.56 0.74 0 0.05
HSL 254.41º 0.87% 0.6% -
HSV(B) 254.41º 0.74% 0.95% -
XYZ 23.75 13.03 85.27 -
YUV 96.26 210.25 134.95 -
System Red Green Blue C M Y K H S L
Decimal 106 63 242 0.56 0.74 0 0.05 254.41 0.87 0.6
Hex 6A 3F F2 38 4A 0 5 FE 57 3C
Octal 152 77 362 70 112 0 5 376 127 74
Binary 1101010 111111 11110010 111000 1001010 0 101 11111110 1010111 111100

Color Harmonies of #6A3FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3FF2

Black with #6A3FF2

Text Example


Text Example

White with #6A3FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,63,242); }

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

background-color css

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

 a { background-color: rgb(106,63,242); }

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

border-color css

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

 span { border-color: rgb(106,63,242); }

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