Html Css Color HEX #2549F7 Neon Blue

📋 copy color: '#2549F7'

red 37 ◦ green 73 ◦ blue 247

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

Shades of Neon Blue #2549F7

Tints of Neon Blue #2549F7

RGB

 RED value IS 37 (14.84% from 255) = 10.36%

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

 BLUE value IS 247 (96.88% from 255) = 69.19%

R = 10.36%
G = 20.45%
B = 69.19%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2549F7 (or 0x2549F7) is known color: Neon Blue. HEX triplet: 25, 49 and F7. RGB value is (37,73,247). Sum of RGB (Red+Green+Blue) = 37+73+247=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 247 (96.88% from 255 or 69.19% from 357); Max value from RGB is 247 - color contains mainly: blue. Hex color #2549F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2549F7 is #DAB608. Grayscale: #515151. Windows color (decimal): -14333449 or 16206117. OLE color: 16206117.

HSL color Cylindrical-coordinate representation of color #2549F7: hue angle of 229.71º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2549F7 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 73 247 -
CMYK 0.85 0.70 0 0.03
HSL 229.71º 0.93% 0.56% -
HSV(B) 229.71º 0.85% 0.97% -
XYZ 19.93 11.87 89.24 -
YUV 82.07 221.07 95.85 -
System Red Green Blue C M Y K H S L
Decimal 37 73 247 0.85 0.70 0 0.03 229.71 0.93 0.56
Hex 25 49 F7 55 46 0 3 E6 5D 38
Octal 45 111 367 125 106 0 3 346 135 70
Binary 100101 1001001 11110111 1010101 1000110 0 11 11100110 1011101 111000

Color Harmonies of #2549F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2549F7

Black with #2549F7

Text Example


Text Example

White with #2549F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2549F7; }

 p { color: rgb(37,73,247); }

 H1.HeaderClassName
 {
   color: #2549F7;
 }
 .AnyTagClassName
 {
   color: #2549F7;
 }
</style>

background-color css

<style>
 a { background-color: #2549F7; }

 a { background-color: rgb(37,73,247); }

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

border-color css

<style>
 span { border-color: #2549F7; }

 span { border-color: rgb(37,73,247); }

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