Html Css Color HEX #254DF9 Neon Blue

📋 copy color: '#254DF9'

red 37 ◦ green 77 ◦ blue 249

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

Shades of Neon Blue #254DF9

Tints of Neon Blue #254DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.21%

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

R = 10.19%
G = 21.21%
B = 68.6%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#254DF9 (or 0x254DF9) is known color: Neon Blue. HEX triplet: 25, 4D and F9. RGB value is (37,77,249). Sum of RGB (Red+Green+Blue) = 37+77+249=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 249 (97.66% from 255 or 68.60% from 363); Max value from RGB is 249 - color contains mainly: blue. Hex color #254DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254DF9 is #DAB206. Grayscale: #535353. Windows color (decimal): -14332423 or 16338213. OLE color: 16338213.

HSL color Cylindrical-coordinate representation of color #254DF9: hue angle of 228.68º 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 #254DF9 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 77 249 -
CMYK 0.85 0.69 0 0.02
HSL 228.68º 0.95% 0.56% -
HSV(B) 228.68º 0.85% 0.98% -
XYZ 20.52 12.54 90.96 -
YUV 84.65 220.75 94.01 -
System Red Green Blue C M Y K H S L
Decimal 37 77 249 0.85 0.69 0 0.02 228.68 0.95 0.56
Hex 25 4D F9 55 45 0 2 E5 5F 38
Octal 45 115 371 125 105 0 2 345 137 70
Binary 100101 1001101 11111001 1010101 1000101 0 10 11100101 1011111 111000

Color Harmonies of #254DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254DF9

Black with #254DF9

Text Example


Text Example

White with #254DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254DF9; }

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

 H1.HeaderClassName
 {
   color: #254DF9;
 }
 .AnyTagClassName
 {
   color: #254DF9;
 }
</style>

background-color css

<style>
 a { background-color: #254DF9; }

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

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

border-color css

<style>
 span { border-color: #254DF9; }

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

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