Html Css Color HEX #2849F9 Neon Blue

📋 copy color: '#2849F9'

red 40 ◦ green 73 ◦ blue 249

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

Shades of Neon Blue #2849F9

Tints of Neon Blue #2849F9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 11.05%
G = 20.17%
B = 68.78%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2849F9 (or 0x2849F9) is known color: Neon Blue. HEX triplet: 28, 49 and F9. RGB value is (40,73,249). Sum of RGB (Red+Green+Blue) = 40+73+249=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 249 (97.66% from 255 or 68.78% from 362); Max value from RGB is 249 - color contains mainly: blue. Hex color #2849F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2849F9 is #D7B606. Grayscale: #525252. Windows color (decimal): -14136839 or 16337192. OLE color: 16337192.

HSL color Cylindrical-coordinate representation of color #2849F9: hue angle of 230.53º 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 #2849F9 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 73 249 -
CMYK 0.84 0.71 0 0.02
HSL 230.53º 0.95% 0.57% -
HSV(B) 230.53º 0.84% 0.98% -
XYZ 20.36 12.06 90.88 -
YUV 83.2 221.57 97.19 -
System Red Green Blue C M Y K H S L
Decimal 40 73 249 0.84 0.71 0 0.02 230.53 0.95 0.57
Hex 28 49 F9 54 47 0 2 E7 5F 39
Octal 50 111 371 124 107 0 2 347 137 71
Binary 101000 1001001 11111001 1010100 1000111 0 10 11100111 1011111 111001

Color Harmonies of #2849F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2849F9

Black with #2849F9

Text Example


Text Example

White with #2849F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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