Html Css Color HEX #253BEB Neon Blue

📋 copy color: '#253BEB'

red 37 ◦ green 59 ◦ blue 235

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

Shades of Neon Blue #253BEB

Tints of Neon Blue #253BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

 BLUE value IS 235 (92.19% from 255) = 71%

R = 11.18%
G = 17.82%
B = 71%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#253BEB (or 0x253BEB) is known color: Neon Blue. HEX triplet: 25, 3B and EB. RGB value is (37,59,235). Sum of RGB (Red+Green+Blue) = 37+59+235=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #253BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253BEB is #DAC414. Grayscale: #474747. Windows color (decimal): -14337045 or 15416101. OLE color: 15416101.

HSL color Cylindrical-coordinate representation of color #253BEB: hue angle of 233.33º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253BEB is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 59 235 -
CMYK 0.84 0.75 0 0.08
HSL 233.33º 0.83% 0.53% -
HSV(B) 233.33º 0.84% 0.92% -
XYZ 17.32 9.52 79.52 -
YUV 72.49 219.71 102.69 -
System Red Green Blue C M Y K H S L
Decimal 37 59 235 0.84 0.75 0 0.08 233.33 0.83 0.53
Hex 25 3B EB 54 4B 0 8 E9 53 35
Octal 45 73 353 124 113 0 10 351 123 65
Binary 100101 111011 11101011 1010100 1001011 0 1000 11101001 1010011 110101

Color Harmonies of #253BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BEB

Black with #253BEB

Text Example


Text Example

White with #253BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253BEB; }

 p { color: rgb(37,59,235); }

 H1.HeaderClassName
 {
   color: #253BEB;
 }
 .AnyTagClassName
 {
   color: #253BEB;
 }
</style>

background-color css

<style>
 a { background-color: #253BEB; }

 a { background-color: rgb(37,59,235); }

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

border-color css

<style>
 span { border-color: #253BEB; }

 span { border-color: rgb(37,59,235); }

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