Html Css Color HEX #253FED Neon Blue

📋 copy color: '#253FED'

red 37 ◦ green 63 ◦ blue 237

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

Shades of Neon Blue #253FED

Tints of Neon Blue #253FED

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

 BLUE value IS 237 (92.97% from 255) = 70.33%

R = 10.98%
G = 18.69%
B = 70.33%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#253FED (or 0x253FED) is known color: Neon Blue. HEX triplet: 25, 3F and ED. RGB value is (37,63,237). Sum of RGB (Red+Green+Blue) = 37+63+237=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #253FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FED is #DAC012. Grayscale: #4A4A4A. Windows color (decimal): -14336019 or 15548197. OLE color: 15548197.

HSL color Cylindrical-coordinate representation of color #253FED: hue angle of 232.2º degrees, saturation: 0.85, 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 #253FED is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 63 237 -
CMYK 0.84 0.73 0 0.07
HSL 232.2º 0.85% 0.54% -
HSV(B) 232.2º 0.84% 0.93% -
XYZ 17.83 10.06 81.12 -
YUV 75.06 219.39 100.85 -
System Red Green Blue C M Y K H S L
Decimal 37 63 237 0.84 0.73 0 0.07 232.2 0.85 0.54
Hex 25 3F ED 54 49 0 7 E8 55 36
Octal 45 77 355 124 111 0 7 350 125 66
Binary 100101 111111 11101101 1010100 1001001 0 111 11101000 1010101 110110

Color Harmonies of #253FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FED

Black with #253FED

Text Example


Text Example

White with #253FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,63,237); }

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

background-color css

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

 a { background-color: rgb(37,63,237); }

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

border-color css

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

 span { border-color: rgb(37,63,237); }

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