Html Css Color HEX #6949FB Neon Blue

📋 copy color: '#6949FB'

red 105 ◦ green 73 ◦ blue 251

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

Shades of Neon Blue #6949FB

Tints of Neon Blue #6949FB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 24.48%
G = 17.02%
B = 58.51%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6949FB (or 0x6949FB) is known color: Neon Blue. HEX triplet: 69, 49 and FB. RGB value is (105,73,251). Sum of RGB (Red+Green+Blue) = 105+73+251=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #6949FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6949FB is #96B604. Grayscale: #666666. Windows color (decimal): -9876997 or 16468329. OLE color: 16468329.

HSL color Cylindrical-coordinate representation of color #6949FB: hue angle of 250.79º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6949FB is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 73 251 -
CMYK 0.58 0.71 0 0.02
HSL 250.79º 0.96% 0.64% -
HSV(B) 250.79º 0.71% 0.98% -
XYZ 25.62 14.73 92.76 -
YUV 102.86 211.6 129.53 -
System Red Green Blue C M Y K H S L
Decimal 105 73 251 0.58 0.71 0 0.02 250.79 0.96 0.64
Hex 69 49 FB 3A 47 0 2 FB 60 40
Octal 151 111 373 72 107 0 2 373 140 100
Binary 1101001 1001001 11111011 111010 1000111 0 10 11111011 1100000 1000000

Color Harmonies of #6949FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6949FB

Black with #6949FB

Text Example


Text Example

White with #6949FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6949FB; }

 p { color: rgb(105,73,251); }

 H1.HeaderClassName
 {
   color: #6949FB;
 }
 .AnyTagClassName
 {
   color: #6949FB;
 }
</style>

background-color css

<style>
 a { background-color: #6949FB; }

 a { background-color: rgb(105,73,251); }

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

border-color css

<style>
 span { border-color: #6949FB; }

 span { border-color: rgb(105,73,251); }

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