Html Css Color HEX #254DFD Neon Blue

📋 copy color: '#254DFD'

red 37 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #254DFD

Tints of Neon Blue #254DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.94%

R = 10.08%
G = 20.98%
B = 68.94%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#254DFD (or 0x254DFD) is known color: Neon Blue. HEX triplet: 25, 4D and FD. RGB value is (37,77,253). Sum of RGB (Red+Green+Blue) = 37+77+253=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #254DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254DFD is #DAB202. Grayscale: #545454. Windows color (decimal): -14332419 or 16600357. OLE color: 16600357.

HSL color Cylindrical-coordinate representation of color #254DFD: hue angle of 228.89º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254DFD is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 77 253 -
CMYK 0.85 0.70 0 0.01
HSL 228.89º 0.98% 0.57% -
HSV(B) 228.89º 0.85% 0.99% -
XYZ 21.15 12.79 94.28 -
YUV 85.1 222.75 93.69 -
System Red Green Blue C M Y K H S L
Decimal 37 77 253 0.85 0.70 0 0.01 228.89 0.98 0.57
Hex 25 4D FD 55 46 0 1 E5 62 39
Octal 45 115 375 125 106 0 1 345 142 71
Binary 100101 1001101 11111101 1010101 1000110 0 1 11100101 1100010 111001

Color Harmonies of #254DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254DFD

Black with #254DFD

Text Example


Text Example

White with #254DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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