Html Css Color HEX #2550F9 Neon Blue

📋 copy color: '#2550F9'

red 37 ◦ green 80 ◦ blue 249

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

Shades of Neon Blue #2550F9

Tints of Neon Blue #2550F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

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

R = 10.11%
G = 21.86%
B = 68.03%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2550F9 (or 0x2550F9) is known color: Neon Blue. HEX triplet: 25, 50 and F9. RGB value is (37,80,249). Sum of RGB (Red+Green+Blue) = 37+80+249=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #2550F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2550F9 is #DAAF06. Grayscale: #555555. Windows color (decimal): -14331655 or 16338981. OLE color: 16338981.

HSL color Cylindrical-coordinate representation of color #2550F9: hue angle of 227.83º degrees, saturation: 0.95, 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 #2550F9 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 80 249 -
CMYK 0.85 0.68 0 0.02
HSL 227.83º 0.95% 0.56% -
HSV(B) 227.83º 0.85% 0.98% -
XYZ 20.73 12.97 91.03 -
YUV 86.41 219.75 92.76 -
System Red Green Blue C M Y K H S L
Decimal 37 80 249 0.85 0.68 0 0.02 227.83 0.95 0.56
Hex 25 50 F9 55 44 0 2 E4 5F 38
Octal 45 120 371 125 104 0 2 344 137 70
Binary 100101 1010000 11111001 1010101 1000100 0 10 11100100 1011111 111000

Color Harmonies of #2550F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2550F9

Black with #2550F9

Text Example


Text Example

White with #2550F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,80,249); }

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

background-color css

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

 a { background-color: rgb(37,80,249); }

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

border-color css

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

 span { border-color: rgb(37,80,249); }

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