Html Css Color HEX #6946FA Neon Blue

📋 copy color: '#6946FA'

red 105 ◦ green 70 ◦ blue 250

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

Shades of Neon Blue #6946FA

Tints of Neon Blue #6946FA

RGB

 RED value IS 105 (41.41% from 255) = 24.71%

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

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

R = 24.71%
G = 16.47%
B = 58.82%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6946FA (or 0x6946FA) is known color: Neon Blue. HEX triplet: 69, 46 and FA. RGB value is (105,70,250). Sum of RGB (Red+Green+Blue) = 105+70+250=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #6946FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6946FA is #96B905. Grayscale: #646464. Windows color (decimal): -9877766 or 16402025. OLE color: 16402025.

HSL color Cylindrical-coordinate representation of color #6946FA: hue angle of 251.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 #6946FA is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 70 250 -
CMYK 0.58 0.72 0 0.02
HSL 251.67º 0.95% 0.63% -
HSV(B) 251.67º 0.72% 0.98% -
XYZ 25.27 14.29 91.87 -
YUV 100.99 212.1 130.86 -
System Red Green Blue C M Y K H S L
Decimal 105 70 250 0.58 0.72 0 0.02 251.67 0.95 0.63
Hex 69 46 FA 3A 48 0 2 FC 5F 3F
Octal 151 106 372 72 110 0 2 374 137 77
Binary 1101001 1000110 11111010 111010 1001000 0 10 11111100 1011111 111111

Color Harmonies of #6946FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946FA

Black with #6946FA

Text Example


Text Example

White with #6946FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6946FA; }

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

 H1.HeaderClassName
 {
   color: #6946FA;
 }
 .AnyTagClassName
 {
   color: #6946FA;
 }
</style>

background-color css

<style>
 a { background-color: #6946FA; }

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

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

border-color css

<style>
 span { border-color: #6946FA; }

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

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