Html Css Color HEX #6946F9 Neon Blue

📋 copy color: '#6946F9'

red 105 ◦ green 70 ◦ blue 249

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

Shades of Neon Blue #6946F9

Tints of Neon Blue #6946F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.73%

R = 24.76%
G = 16.51%
B = 58.73%

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

#6946F9 (or 0x6946F9) is known color: Neon Blue. HEX triplet: 69, 46 and F9. RGB value is (105,70,249). Sum of RGB (Red+Green+Blue) = 105+70+249=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #6946F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6946F9 is #96B906. Grayscale: #646464. Windows color (decimal): -9877767 or 16336489. OLE color: 16336489.

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

Color convert

RGB 105 70 249 -
CMYK 0.58 0.72 0 0.02
HSL 251.73º 0.94% 0.63% -
HSV(B) 251.73º 0.72% 0.98% -
XYZ 25.11 14.22 91.04 -
YUV 100.87 211.6 130.95 -
System Red Green Blue C M Y K H S L
Decimal 105 70 249 0.58 0.72 0 0.02 251.73 0.94 0.63
Hex 69 46 F9 3A 48 0 2 FC 5E 3F
Octal 151 106 371 72 110 0 2 374 136 77
Binary 1101001 1000110 11111001 111010 1001000 0 10 11111100 1011110 111111

Color Harmonies of #6946F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946F9

Black with #6946F9

Text Example


Text Example

White with #6946F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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