Html Css Color HEX #253CEF Neon Blue

📋 copy color: '#253CEF'

red 37 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #253CEF

Tints of Neon Blue #253CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

 BLUE value IS 239 (93.75% from 255) = 71.13%

R = 11.01%
G = 17.86%
B = 71.13%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#253CEF (or 0x253CEF) is known color: Neon Blue. HEX triplet: 25, 3C and EF. RGB value is (37,60,239). Sum of RGB (Red+Green+Blue) = 37+60+239=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #253CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CEF is #DAC310. Grayscale: #484848. Windows color (decimal): -14336785 or 15678501. OLE color: 15678501.

HSL color Cylindrical-coordinate representation of color #253CEF: hue angle of 233.17º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253CEF is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 60 239 -
CMYK 0.85 0.75 0 0.06
HSL 233.17º 0.86% 0.54% -
HSV(B) 233.17º 0.85% 0.94% -
XYZ 17.96 9.86 82.62 -
YUV 73.53 221.38 101.95 -
System Red Green Blue C M Y K H S L
Decimal 37 60 239 0.85 0.75 0 0.06 233.17 0.86 0.54
Hex 25 3C EF 55 4B 0 6 E9 56 36
Octal 45 74 357 125 113 0 6 351 126 66
Binary 100101 111100 11101111 1010101 1001011 0 110 11101001 1010110 110110

Color Harmonies of #253CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CEF

Black with #253CEF

Text Example


Text Example

White with #253CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,60,239); }

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

background-color css

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

 a { background-color: rgb(37,60,239); }

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

border-color css

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

 span { border-color: rgb(37,60,239); }

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