Html Css Color HEX #254DFA Neon Blue

📋 copy color: '#254DFA'

red 37 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #254DFA

Tints of Neon Blue #254DFA

RGB

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

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

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

R = 10.16%
G = 21.15%
B = 68.68%

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

#254DFA (or 0x254DFA) is known color: Neon Blue. HEX triplet: 25, 4D and FA. RGB value is (37,77,250). Sum of RGB (Red+Green+Blue) = 37+77+250=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #254DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254DFA is #DAB205. Grayscale: #545454. Windows color (decimal): -14332422 or 16403749. OLE color: 16403749.

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

Color convert

RGB 37 77 250 -
CMYK 0.85 0.69 0 0.02
HSL 228.73º 0.96% 0.56% -
HSV(B) 228.73º 0.85% 0.98% -
XYZ 20.67 12.6 91.79 -
YUV 84.76 221.25 93.93 -
System Red Green Blue C M Y K H S L
Decimal 37 77 250 0.85 0.69 0 0.02 228.73 0.96 0.56
Hex 25 4D FA 55 45 0 2 E5 60 38
Octal 45 115 372 125 105 0 2 345 140 70
Binary 100101 1001101 11111010 1010101 1000101 0 10 11100101 1100000 111000

Color Harmonies of #254DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254DFA

Black with #254DFA

Text Example


Text Example

White with #254DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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