Html Css Color HEX #253FFD Neon Blue

📋 copy color: '#253FFD'

red 37 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #253FFD

Tints of Neon Blue #253FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 10.48%
G = 17.85%
B = 71.67%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#253FFD (or 0x253FFD) is known color: Neon Blue. HEX triplet: 25, 3F and FD. RGB value is (37,63,253). Sum of RGB (Red+Green+Blue) = 37+63+253=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #253FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FFD is #DAC002. Grayscale: #4C4C4C. Windows color (decimal): -14336003 or 16596773. OLE color: 16596773.

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

Color convert

RGB 37 63 253 -
CMYK 0.85 0.75 0 0.01
HSL 232.78º 0.98% 0.57% -
HSV(B) 232.78º 0.85% 0.99% -
XYZ 20.27 11.04 93.99 -
YUV 76.89 227.39 99.55 -
System Red Green Blue C M Y K H S L
Decimal 37 63 253 0.85 0.75 0 0.01 232.78 0.98 0.57
Hex 25 3F FD 55 4B 0 1 E9 62 39
Octal 45 77 375 125 113 0 1 351 142 71
Binary 100101 111111 11111101 1010101 1001011 0 1 11101001 1100010 111001

Color Harmonies of #253FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FFD

Black with #253FFD

Text Example


Text Example

White with #253FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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