Html Css Color HEX #6950FF Neon Blue

📋 copy color: '#6950FF'

red 105 ◦ green 80 ◦ blue 255

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

Shades of Neon Blue #6950FF

Tints of Neon Blue #6950FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.18%

 BLUE value IS 255 (100% from 255) = 57.95%

R = 23.86%
G = 18.18%
B = 57.95%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6950FF (or 0x6950FF) is known color: Neon Blue. HEX triplet: 69, 50 and FF. RGB value is (105,80,255). Sum of RGB (Red+Green+Blue) = 105+80+255=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #6950FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6950FF is #96AF00. Grayscale: #6A6A6A. Windows color (decimal): -9875201 or 16732265. OLE color: 16732265.

HSL color Cylindrical-coordinate representation of color #6950FF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6950FF is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 80 255 -
CMYK 0.59 0.69 0 0
HSL 248.57º 1% 0.66% -
HSV(B) 248.57º 0.69% 1% -
XYZ 26.74 15.96 96.28 -
YUV 107.43 211.28 126.27 -
System Red Green Blue C M Y K H S L
Decimal 105 80 255 0.59 0.69 0 0 248.57 1 0.66
Hex 69 50 FF 3B 45 0 0 F9 64 42
Octal 151 120 377 73 105 0 0 371 144 102
Binary 1101001 1010000 11111111 111011 1000101 0 0 11111001 1100100 1000010

Color Harmonies of #6950FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6950FF

Black with #6950FF

Text Example


Text Example

White with #6950FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6950FF; }

 p { color: rgb(105,80,255); }

 H1.HeaderClassName
 {
   color: #6950FF;
 }
 .AnyTagClassName
 {
   color: #6950FF;
 }
</style>

background-color css

<style>
 a { background-color: #6950FF; }

 a { background-color: rgb(105,80,255); }

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

border-color css

<style>
 span { border-color: #6950FF; }

 span { border-color: rgb(105,80,255); }

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