Html Css Color HEX #2149F9 Neon Blue

📋 copy color: '#2149F9'

red 33 ◦ green 73 ◦ blue 249

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

Shades of Neon Blue #2149F9

Tints of Neon Blue #2149F9

RGB

 RED value IS 33 (13.28% from 255) = 9.3%

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

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

R = 9.3%
G = 20.56%
B = 70.14%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2149F9 (or 0x2149F9) is known color: Neon Blue. HEX triplet: 21, 49 and F9. RGB value is (33,73,249). Sum of RGB (Red+Green+Blue) = 33+73+249=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 249 (97.66% from 255 or 70.14% from 355); Max value from RGB is 249 - color contains mainly: blue. Hex color #2149F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2149F9 is #DEB606. Grayscale: #505050. Windows color (decimal): -14595591 or 16337185. OLE color: 16337185.

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

Color convert

RGB 33 73 249 -
CMYK 0.87 0.71 0 0.02
HSL 228.89º 0.95% 0.55% -
HSV(B) 228.89º 0.87% 0.98% -
XYZ 20.11 11.93 90.87 -
YUV 81.1 222.75 93.69 -
System Red Green Blue C M Y K H S L
Decimal 33 73 249 0.87 0.71 0 0.02 228.89 0.95 0.55
Hex 21 49 F9 57 47 0 2 E5 5F 37
Octal 41 111 371 127 107 0 2 345 137 67
Binary 100001 1001001 11111001 1010111 1000111 0 10 11100101 1011111 110111

Color Harmonies of #2149F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2149F9

Black with #2149F9

Text Example


Text Example

White with #2149F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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