Html Css Color HEX #6A40FA Neon Blue

📋 copy color: '#6A40FA'

red 106 ◦ green 64 ◦ blue 250

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

Shades of Neon Blue #6A40FA

Tints of Neon Blue #6A40FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

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

R = 25.24%
G = 15.24%
B = 59.52%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A40FA (or 0x6A40FA) is known color: Neon Blue. HEX triplet: 6A, 40 and FA. RGB value is (106,64,250). Sum of RGB (Red+Green+Blue) = 106+64+250=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A40FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A40FA is #95BF05. Grayscale: #616161. Windows color (decimal): -9813766 or 16400490. OLE color: 16400490.

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

Color convert

RGB 106 64 250 -
CMYK 0.58 0.74 0 0.02
HSL 253.55º 0.95% 0.62% -
HSV(B) 253.55º 0.74% 0.98% -
XYZ 25.03 13.63 91.75 -
YUV 97.76 213.91 133.88 -
System Red Green Blue C M Y K H S L
Decimal 106 64 250 0.58 0.74 0 0.02 253.55 0.95 0.62
Hex 6A 40 FA 3A 4A 0 2 FE 5F 3E
Octal 152 100 372 72 112 0 2 376 137 76
Binary 1101010 1000000 11111010 111010 1001010 0 10 11111110 1011111 111110

Color Harmonies of #6A40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A40FA

Black with #6A40FA

Text Example


Text Example

White with #6A40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,64,250); }

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

background-color css

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

 a { background-color: rgb(106,64,250); }

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

border-color css

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

 span { border-color: rgb(106,64,250); }

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