Html Css Color HEX #254EFB Neon Blue

📋 copy color: '#254EFB'

red 37 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #254EFB

Tints of Neon Blue #254EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.58%

R = 10.11%
G = 21.31%
B = 68.58%

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

#254EFB (or 0x254EFB) is known color: Neon Blue. HEX triplet: 25, 4E and FB. RGB value is (37,78,251). Sum of RGB (Red+Green+Blue) = 37+78+251=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #254EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EFB is #DAB104. Grayscale: #545454. Windows color (decimal): -14332165 or 16469541. OLE color: 16469541.

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

Color convert

RGB 37 78 251 -
CMYK 0.85 0.69 0 0.02
HSL 228.5º 0.96% 0.56% -
HSV(B) 228.5º 0.85% 0.98% -
XYZ 20.9 12.81 92.64 -
YUV 85.46 221.42 93.43 -
System Red Green Blue C M Y K H S L
Decimal 37 78 251 0.85 0.69 0 0.02 228.5 0.96 0.56
Hex 25 4E FB 55 45 0 2 E5 60 38
Octal 45 116 373 125 105 0 2 345 140 70
Binary 100101 1001110 11111011 1010101 1000101 0 10 11100101 1100000 111000

Color Harmonies of #254EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EFB

Black with #254EFB

Text Example


Text Example

White with #254EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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