Html Css Color HEX #254EFC Neon Blue

📋 copy color: '#254EFC'

red 37 ◦ green 78 ◦ blue 252

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

Shades of Neon Blue #254EFC

Tints of Neon Blue #254EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.25%

 BLUE value IS 252 (98.83% from 255) = 68.66%

R = 10.08%
G = 21.25%
B = 68.66%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#254EFC (or 0x254EFC) is known color: Neon Blue. HEX triplet: 25, 4E and FC. RGB value is (37,78,252). Sum of RGB (Red+Green+Blue) = 37+78+252=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #254EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EFC is #DAB103. Grayscale: #545454. Windows color (decimal): -14332164 or 16535077. OLE color: 16535077.

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

Color convert

RGB 37 78 252 -
CMYK 0.85 0.69 0 0.01
HSL 228.56º 0.97% 0.57% -
HSV(B) 228.56º 0.85% 0.99% -
XYZ 21.06 12.87 93.47 -
YUV 85.58 221.92 93.35 -
System Red Green Blue C M Y K H S L
Decimal 37 78 252 0.85 0.69 0 0.01 228.56 0.97 0.57
Hex 25 4E FC 55 45 0 1 E5 61 39
Octal 45 116 374 125 105 0 1 345 141 71
Binary 100101 1001110 11111100 1010101 1000101 0 1 11100101 1100001 111001

Color Harmonies of #254EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EFC

Black with #254EFC

Text Example


Text Example

White with #254EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,78,252); }

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

background-color css

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

 a { background-color: rgb(37,78,252); }

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

border-color css

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

 span { border-color: rgb(37,78,252); }

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