Html Css Color HEX #254EF6 Neon Blue

📋 copy color: '#254EF6'

red 37 ◦ green 78 ◦ blue 246

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

Shades of Neon Blue #254EF6

Tints of Neon Blue #254EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 68.14%

R = 10.25%
G = 21.61%
B = 68.14%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#254EF6 (or 0x254EF6) is known color: Neon Blue. HEX triplet: 25, 4E and F6. RGB value is (37,78,246). Sum of RGB (Red+Green+Blue) = 37+78+246=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 246 (96.48% from 255 or 68.14% from 361); Max value from RGB is 246 - color contains mainly: blue. Hex color #254EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EF6 is #DAB109. Grayscale: #545454. Windows color (decimal): -14332170 or 16141861. OLE color: 16141861.

HSL color Cylindrical-coordinate representation of color #254EF6: hue angle of 228.23º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254EF6 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 78 246 -
CMYK 0.85 0.68 0 0.04
HSL 228.23º 0.92% 0.55% -
HSV(B) 228.23º 0.85% 0.96% -
XYZ 20.12 12.5 88.54 -
YUV 84.89 218.92 93.84 -
System Red Green Blue C M Y K H S L
Decimal 37 78 246 0.85 0.68 0 0.04 228.23 0.92 0.55
Hex 25 4E F6 55 44 0 4 E4 5C 37
Octal 45 116 366 125 104 0 4 344 134 67
Binary 100101 1001110 11110110 1010101 1000100 0 100 11100100 1011100 110111

Color Harmonies of #254EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EF6

Black with #254EF6

Text Example


Text Example

White with #254EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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