Html Css Color HEX #6950FE Neon Blue

📋 copy color: '#6950FE'

red 105 ◦ green 80 ◦ blue 254

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

Shades of Neon Blue #6950FE

Tints of Neon Blue #6950FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.86%

R = 23.92%
G = 18.22%
B = 57.86%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6950FE (or 0x6950FE) is known color: Neon Blue. HEX triplet: 69, 50 and FE. RGB value is (105,80,254). Sum of RGB (Red+Green+Blue) = 105+80+254=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #6950FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6950FE is #96AF01. Grayscale: #6A6A6A. Windows color (decimal): -9875202 or 16666729. OLE color: 16666729.

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

Color convert

RGB 105 80 254 -
CMYK 0.59 0.69 0 0.00
HSL 248.62º 0.99% 0.65% -
HSV(B) 248.62º 0.69% 1% -
XYZ 26.58 15.9 95.43 -
YUV 107.31 210.78 126.35 -
System Red Green Blue C M Y K H S L
Decimal 105 80 254 0.59 0.69 0 0.00 248.62 0.99 0.65
Hex 69 50 FE 3B 45 0 0 F9 63 41
Octal 151 120 376 73 105 0 0 371 143 101
Binary 1101001 1010000 11111110 111011 1000101 0 0 11111001 1100011 1000001

Color Harmonies of #6950FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6950FE

Black with #6950FE

Text Example


Text Example

White with #6950FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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