Html Css Color HEX #2549FB Neon Blue

📋 copy color: '#2549FB'

red 37 ◦ green 73 ◦ blue 251

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

Shades of Neon Blue #2549FB

Tints of Neon Blue #2549FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.53%

R = 10.25%
G = 20.22%
B = 69.53%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2549FB (or 0x2549FB) is known color: Neon Blue. HEX triplet: 25, 49 and FB. RGB value is (37,73,251). Sum of RGB (Red+Green+Blue) = 37+73+251=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #2549FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2549FB is #DAB604. Grayscale: #515151. Windows color (decimal): -14333445 or 16468261. OLE color: 16468261.

HSL color Cylindrical-coordinate representation of color #2549FB: hue angle of 229.91º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2549FB is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 73 251 -
CMYK 0.85 0.71 0 0.02
HSL 229.91º 0.96% 0.56% -
HSV(B) 229.91º 0.85% 0.98% -
XYZ 20.56 12.12 92.52 -
YUV 82.53 223.07 95.53 -
System Red Green Blue C M Y K H S L
Decimal 37 73 251 0.85 0.71 0 0.02 229.91 0.96 0.56
Hex 25 49 FB 55 47 0 2 E6 60 38
Octal 45 111 373 125 107 0 2 346 140 70
Binary 100101 1001001 11111011 1010101 1000111 0 10 11100110 1100000 111000

Color Harmonies of #2549FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2549FB

Black with #2549FB

Text Example


Text Example

White with #2549FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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