#252EEE

Color #252EEE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #252EEE

Tints of Neon Blue #252EEE

Color information

#252EEE (or 0x252EEE) is unknown color: approx Neon Blue. HEX triplet: 25, 2E and EE. RGB value is (37,46,238). Sum of RGB (Red+Green+Blue) = 37+46+238=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #252EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252EEE is #DAD111. Grayscale: #404040. Windows color (decimal): -14340370 or 15609381. OLE color: 15609381.

HSL color Cylindrical-coordinate representation of color #252EEE: hue angle of 237.31º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252EEE is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3746238-
CMYK0.840.8100.07
HSL237.31º85.53%53.92%-
HSV(B)237.31º84.45%93.33%-
XYZ17.178.5281.63-
YUV65.2225.52107.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.53%
GREEN value IS 46 (18.36% from 255) = 14.33%
BLUE value IS 238 (93.36% from 255) = 74.14%
R=11.53%
G=14.33%
B=74.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal37462380.840.8100.07237.3185.5353.92
Hex252EEE545107ed5636
Octal45563561241210735512666
Binary10010110111011101110101010010100010111111011011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252EEE; }

 p { color: rgb(37,46,238); }

 H1.HeaderClassName
 {
   color: #252EEE;
 }
 .AnyTagClassName
 {
   color: #252EEE;
 }
</style>
background-color css

<style>
 a { background-color: #252EEE; }

 a { background-color: rgb(37,46,238); }

 div.DivClassName
 {
   background-color: #252EEE;
 }
 .BgClassName
 {
   background-color: #252EEE;
 }
</style>
border-color css

<style>
 span { border-color: #252EEE; }

 span { border-color: rgb(37,46,238); }

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