Html Css Color HEX #254CF9 Neon Blue

📋 copy color: '#254CF9'

red 37 ◦ green 76 ◦ blue 249

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

Shades of Neon Blue #254CF9

Tints of Neon Blue #254CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.99%

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

R = 10.22%
G = 20.99%
B = 68.78%

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

#254CF9 (or 0x254CF9) is known color: Neon Blue. HEX triplet: 25, 4C and F9. RGB value is (37,76,249). Sum of RGB (Red+Green+Blue) = 37+76+249=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 249 (97.66% from 255 or 68.78% from 362); Max value from RGB is 249 - color contains mainly: blue. Hex color #254CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CF9 is #DAB306. Grayscale: #535353. Windows color (decimal): -14332679 or 16337957. OLE color: 16337957.

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

Color convert

RGB 37 76 249 -
CMYK 0.85 0.69 0 0.02
HSL 228.96º 0.95% 0.56% -
HSV(B) 228.96º 0.85% 0.98% -
XYZ 20.45 12.4 90.94 -
YUV 84.06 221.08 94.43 -
System Red Green Blue C M Y K H S L
Decimal 37 76 249 0.85 0.69 0 0.02 228.96 0.95 0.56
Hex 25 4C F9 55 45 0 2 E5 5F 38
Octal 45 114 371 125 105 0 2 345 137 70
Binary 100101 1001100 11111001 1010101 1000101 0 10 11100101 1011111 111000

Color Harmonies of #254CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CF9

Black with #254CF9

Text Example


Text Example

White with #254CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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