Html Css Color HEX #6940FB Neon Blue

📋 copy color: '#6940FB'

red 105 ◦ green 64 ◦ blue 251

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

Shades of Neon Blue #6940FB

Tints of Neon Blue #6940FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

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

R = 25%
G = 15.24%
B = 59.76%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6940FB (or 0x6940FB) is known color: Neon Blue. HEX triplet: 69, 40 and FB. RGB value is (105,64,251). Sum of RGB (Red+Green+Blue) = 105+64+251=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #6940FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6940FB is #96BF04. Grayscale: #606060. Windows color (decimal): -9879301 or 16466025. OLE color: 16466025.

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

Color convert

RGB 105 64 251 -
CMYK 0.58 0.75 0 0.02
HSL 253.16º 0.96% 0.62% -
HSV(B) 253.16º 0.75% 0.98% -
XYZ 25.07 13.64 92.58 -
YUV 97.58 214.58 133.29 -
System Red Green Blue C M Y K H S L
Decimal 105 64 251 0.58 0.75 0 0.02 253.16 0.96 0.62
Hex 69 40 FB 3A 4B 0 2 FD 60 3E
Octal 151 100 373 72 113 0 2 375 140 76
Binary 1101001 1000000 11111011 111010 1001011 0 10 11111101 1100000 111110

Color Harmonies of #6940FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940FB

Black with #6940FB

Text Example


Text Example

White with #6940FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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