Html Css Color HEX #253DFF Neon Blue

📋 copy color: '#253DFF'

red 37 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #253DFF

Tints of Neon Blue #253DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

 BLUE value IS 255 (100% from 255) = 72.24%

R = 10.48%
G = 17.28%
B = 72.24%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#253DFF (or 0x253DFF) is known color: Neon Blue. HEX triplet: 25, 3D and FF. RGB value is (37,61,255). Sum of RGB (Red+Green+Blue) = 37+61+255=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #253DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253DFF is #DAC200. Grayscale: #4B4B4B. Windows color (decimal): -14336513 or 16727333. OLE color: 16727333.

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

Color convert

RGB 37 61 255 -
CMYK 0.85 0.76 0 0
HSL 233.39º 1% 0.57% -
HSV(B) 233.39º 0.85% 1% -
XYZ 20.48 10.95 95.64 -
YUV 75.94 229.05 100.23 -
System Red Green Blue C M Y K H S L
Decimal 37 61 255 0.85 0.76 0 0 233.39 1 0.57
Hex 25 3D FF 55 4C 0 0 E9 64 39
Octal 45 75 377 125 114 0 0 351 144 71
Binary 100101 111101 11111111 1010101 1001100 0 0 11101001 1100100 111001

Color Harmonies of #253DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DFF

Black with #253DFF

Text Example


Text Example

White with #253DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,61,255); }

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

background-color css

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

 a { background-color: rgb(37,61,255); }

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

border-color css

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

 span { border-color: rgb(37,61,255); }

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