Html Css Color HEX #2E57FF Neon Blue

📋 copy color: '#2E57FF'

red 46 ◦ green 87 ◦ blue 255

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

Shades of Neon Blue #2E57FF

Tints of Neon Blue #2E57FF

RGB

 RED value IS 46 (18.36% from 255) = 11.86%

 GREEN value IS 87 (34.38% from 255) = 22.42%

 BLUE value IS 255 (100% from 255) = 65.72%

R = 11.86%
G = 22.42%
B = 65.72%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2E57FF (or 0x2E57FF) is known color: Neon Blue. HEX triplet: 2E, 57 and FF. RGB value is (46,87,255). Sum of RGB (Red+Green+Blue) = 46+87+255=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E57FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E57FF is #D1A800. Grayscale: #5D5D5D. Windows color (decimal): -13740033 or 16733998. OLE color: 16733998.

HSL color Cylindrical-coordinate representation of color #2E57FF: hue angle of 228.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E57FF is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 46 87 255 -
CMYK 0.82 0.66 0 0
HSL 228.23º 1% 0.59% -
HSV(B) 228.23º 0.82% 1% -
XYZ 22.58 14.62 96.24 -
YUV 93.89 218.92 93.84 -
System Red Green Blue C M Y K H S L
Decimal 46 87 255 0.82 0.66 0 0 228.23 1 0.59
Hex 2E 57 FF 52 42 0 0 E4 64 3B
Octal 56 127 377 122 102 0 0 344 144 73
Binary 101110 1010111 11111111 1010010 1000010 0 0 11100100 1100100 111011

Color Harmonies of #2E57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E57FF

Black with #2E57FF

Text Example


Text Example

White with #2E57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E57FF; }

 p { color: rgb(46,87,255); }

 H1.HeaderClassName
 {
   color: #2E57FF;
 }
 .AnyTagClassName
 {
   color: #2E57FF;
 }
</style>

background-color css

<style>
 a { background-color: #2E57FF; }

 a { background-color: rgb(46,87,255); }

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

border-color css

<style>
 span { border-color: #2E57FF; }

 span { border-color: rgb(46,87,255); }

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