Html Css Color HEX #6040F9 Neon Blue

📋 copy color: '#6040F9'

red 96 ◦ green 64 ◦ blue 249

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

Shades of Neon Blue #6040F9

Tints of Neon Blue #6040F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.88%

R = 23.47%
G = 15.65%
B = 60.88%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6040F9 (or 0x6040F9) is known color: Neon Blue. HEX triplet: 60, 40 and F9. RGB value is (96,64,249). Sum of RGB (Red+Green+Blue) = 96+64+249=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 249 (97.66% from 255 or 60.88% from 409); Max value from RGB is 249 - color contains mainly: blue. Hex color #6040F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6040F9 is #9FBF06. Grayscale: #5D5D5D. Windows color (decimal): -10469127 or 16334944. OLE color: 16334944.

HSL color Cylindrical-coordinate representation of color #6040F9: hue angle of 250.38º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6040F9 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 64 249 -
CMYK 0.61 0.74 0 0.02
HSL 250.38º 0.94% 0.61% -
HSV(B) 250.38º 0.74% 0.98% -
XYZ 23.76 12.99 90.88 -
YUV 94.66 215.1 128.96 -
System Red Green Blue C M Y K H S L
Decimal 96 64 249 0.61 0.74 0 0.02 250.38 0.94 0.61
Hex 60 40 F9 3D 4A 0 2 FA 5E 3D
Octal 140 100 371 75 112 0 2 372 136 75
Binary 1100000 1000000 11111001 111101 1001010 0 10 11111010 1011110 111101

Color Harmonies of #6040F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040F9

Black with #6040F9

Text Example


Text Example

White with #6040F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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