Html Css Color HEX #6B40FD Neon Blue

📋 copy color: '#6B40FD'

red 107 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #6B40FD

Tints of Neon Blue #6B40FD

RGB

 RED value IS 107 (42.19% from 255) = 25.24%

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

 BLUE value IS 253 (99.22% from 255) = 59.67%

R = 25.24%
G = 15.09%
B = 59.67%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B40FD (or 0x6B40FD) is known color: Neon Blue. HEX triplet: 6B, 40 and FD. RGB value is (107,64,253). Sum of RGB (Red+Green+Blue) = 107+64+253=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B40FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B40FD is #94BF02. Grayscale: #616161. Windows color (decimal): -9748227 or 16597099. OLE color: 16597099.

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

Color convert

RGB 107 64 253 -
CMYK 0.58 0.75 0 0.01
HSL 253.65º 0.98% 0.62% -
HSV(B) 253.65º 0.75% 0.99% -
XYZ 25.63 13.88 94.26 -
YUV 98.4 215.25 134.13 -
System Red Green Blue C M Y K H S L
Decimal 107 64 253 0.58 0.75 0 0.01 253.65 0.98 0.62
Hex 6B 40 FD 3A 4B 0 1 FE 62 3E
Octal 153 100 375 72 113 0 1 376 142 76
Binary 1101011 1000000 11111101 111010 1001011 0 1 11111110 1100010 111110

Color Harmonies of #6B40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B40FD

Black with #6B40FD

Text Example


Text Example

White with #6B40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B40FD; }

 p { color: rgb(107,64,253); }

 H1.HeaderClassName
 {
   color: #6B40FD;
 }
 .AnyTagClassName
 {
   color: #6B40FD;
 }
</style>

background-color css

<style>
 a { background-color: #6B40FD; }

 a { background-color: rgb(107,64,253); }

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

border-color css

<style>
 span { border-color: #6B40FD; }

 span { border-color: rgb(107,64,253); }

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