Html Css Color HEX #6040FD Neon Blue

📋 copy color: '#6040FD'

red 96 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #6040FD

Tints of Neon Blue #6040FD

RGB

 RED value IS 96 (37.89% from 255) = 23.24%

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

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

R = 23.24%
G = 15.5%
B = 61.26%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6040FD (or 0x6040FD) is known color: Neon Blue. HEX triplet: 60, 40 and FD. RGB value is (96,64,253). Sum of RGB (Red+Green+Blue) = 96+64+253=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #6040FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6040FD is #9FBF02. Grayscale: #5E5E5E. Windows color (decimal): -10469123 or 16597088. OLE color: 16597088.

HSL color Cylindrical-coordinate representation of color #6040FD: hue angle of 250.16º 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 #6040FD is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 64 253 -
CMYK 0.62 0.75 0 0.01
HSL 250.16º 0.98% 0.62% -
HSV(B) 250.16º 0.75% 0.99% -
XYZ 24.39 13.25 94.2 -
YUV 95.11 217.1 128.63 -
System Red Green Blue C M Y K H S L
Decimal 96 64 253 0.62 0.75 0 0.01 250.16 0.98 0.62
Hex 60 40 FD 3E 4B 0 1 FA 62 3E
Octal 140 100 375 76 113 0 1 372 142 76
Binary 1100000 1000000 11111101 111110 1001011 0 1 11111010 1100010 111110

Color Harmonies of #6040FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040FD

Black with #6040FD

Text Example


Text Example

White with #6040FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6040FD; }

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

 H1.HeaderClassName
 {
   color: #6040FD;
 }
 .AnyTagClassName
 {
   color: #6040FD;
 }
</style>

background-color css

<style>
 a { background-color: #6040FD; }

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

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

border-color css

<style>
 span { border-color: #6040FD; }

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

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