Html Css Color HEX #254CFD Neon Blue

📋 copy color: '#254CFD'

red 37 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #254CFD

Tints of Neon Blue #254CFD

RGB

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

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

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

R = 10.11%
G = 20.77%
B = 69.13%

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

#254CFD (or 0x254CFD) is known color: Neon Blue. HEX triplet: 25, 4C and FD. RGB value is (37,76,253). Sum of RGB (Red+Green+Blue) = 37+76+253=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #254CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CFD is #DAB302. Grayscale: #535353. Windows color (decimal): -14332675 or 16600101. OLE color: 16600101.

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

Color convert

RGB 37 76 253 -
CMYK 0.85 0.70 0 0.01
HSL 229.17º 0.98% 0.57% -
HSV(B) 229.17º 0.85% 0.99% -
XYZ 21.08 12.65 94.26 -
YUV 84.52 223.08 94.11 -
System Red Green Blue C M Y K H S L
Decimal 37 76 253 0.85 0.70 0 0.01 229.17 0.98 0.57
Hex 25 4C FD 55 46 0 1 E5 62 39
Octal 45 114 375 125 106 0 1 345 142 71
Binary 100101 1001100 11111101 1010101 1000110 0 1 11100101 1100010 111001

Color Harmonies of #254CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CFD

Black with #254CFD

Text Example


Text Example

White with #254CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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