Html Css Color HEX #254CFA Neon Blue

📋 copy color: '#254CFA'

red 37 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #254CFA

Tints of Neon Blue #254CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.87%

R = 10.19%
G = 20.94%
B = 68.87%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#254CFA (or 0x254CFA) is known color: Neon Blue. HEX triplet: 25, 4C and FA. RGB value is (37,76,250). Sum of RGB (Red+Green+Blue) = 37+76+250=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #254CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CFA is #DAB305. Grayscale: #535353. Windows color (decimal): -14332678 or 16403493. OLE color: 16403493.

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

Color convert

RGB 37 76 250 -
CMYK 0.85 0.70 0 0.02
HSL 229.01º 0.96% 0.56% -
HSV(B) 229.01º 0.85% 0.98% -
XYZ 20.6 12.46 91.76 -
YUV 84.18 221.58 94.35 -
System Red Green Blue C M Y K H S L
Decimal 37 76 250 0.85 0.70 0 0.02 229.01 0.96 0.56
Hex 25 4C FA 55 46 0 2 E5 60 38
Octal 45 114 372 125 106 0 2 345 140 70
Binary 100101 1001100 11111010 1010101 1000110 0 10 11100101 1100000 111000

Color Harmonies of #254CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CFA

Black with #254CFA

Text Example


Text Example

White with #254CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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