Html Css Color HEX #2840F9 Neon Blue

📋 copy color: '#2840F9'

red 40 ◦ green 64 ◦ blue 249

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

Shades of Neon Blue #2840F9

Tints of Neon Blue #2840F9

RGB

 RED value IS 40 (16.02% from 255) = 11.33%

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

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

R = 11.33%
G = 18.13%
B = 70.54%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2840F9 (or 0x2840F9) is known color: Neon Blue. HEX triplet: 28, 40 and F9. RGB value is (40,64,249). Sum of RGB (Red+Green+Blue) = 40+64+249=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 249 (97.66% from 255 or 70.54% from 353); Max value from RGB is 249 - color contains mainly: blue. Hex color #2840F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2840F9 is #D7BF06. Grayscale: #4D4D4D. Windows color (decimal): -14139143 or 16334888. OLE color: 16334888.

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

Color convert

RGB 40 64 249 -
CMYK 0.84 0.74 0 0.02
HSL 233.11º 0.95% 0.57% -
HSV(B) 233.11º 0.84% 0.98% -
XYZ 19.81 10.96 90.69 -
YUV 77.91 224.55 100.96 -
System Red Green Blue C M Y K H S L
Decimal 40 64 249 0.84 0.74 0 0.02 233.11 0.95 0.57
Hex 28 40 F9 54 4A 0 2 E9 5F 39
Octal 50 100 371 124 112 0 2 351 137 71
Binary 101000 1000000 11111001 1010100 1001010 0 10 11101001 1011111 111001

Color Harmonies of #2840F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840F9

Black with #2840F9

Text Example


Text Example

White with #2840F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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