Html Css Color HEX #253BFE Neon Blue

📋 copy color: '#253BFE'

red 37 ◦ green 59 ◦ blue 254

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

Shades of Neon Blue #253BFE

Tints of Neon Blue #253BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.57%

R = 10.57%
G = 16.86%
B = 72.57%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#253BFE (or 0x253BFE) is known color: Neon Blue. HEX triplet: 25, 3B and FE. RGB value is (37,59,254). Sum of RGB (Red+Green+Blue) = 37+59+254=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #253BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253BFE is #DAC401. Grayscale: #494949. Windows color (decimal): -14337026 or 16661285. OLE color: 16661285.

HSL color Cylindrical-coordinate representation of color #253BFE: hue angle of 233.92º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253BFE is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 37 59 254 -
CMYK 0.85 0.77 0 0.00
HSL 233.92º 0.99% 0.57% -
HSV(B) 233.92º 0.85% 1% -
XYZ 20.22 10.68 94.76 -
YUV 74.65 229.21 101.14 -
System Red Green Blue C M Y K H S L
Decimal 37 59 254 0.85 0.77 0 0.00 233.92 0.99 0.57
Hex 25 3B FE 55 4D 0 0 EA 63 39
Octal 45 73 376 125 115 0 0 352 143 71
Binary 100101 111011 11111110 1010101 1001101 0 0 11101010 1100011 111001

Color Harmonies of #253BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BFE

Black with #253BFE

Text Example


Text Example

White with #253BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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