Html Css Color HEX #253CFF Neon Blue

📋 copy color: '#253CFF'

red 37 ◦ green 60 ◦ blue 255

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

Shades of Neon Blue #253CFF

Tints of Neon Blue #253CFF

RGB

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

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

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

R = 10.51%
G = 17.05%
B = 72.44%

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

#253CFF (or 0x253CFF) is known color: Neon Blue. HEX triplet: 25, 3C and FF. RGB value is (37,60,255). Sum of RGB (Red+Green+Blue) = 37+60+255=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #253CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CFF is #DAC300. Grayscale: #4A4A4A. Windows color (decimal): -14336769 or 16727077. OLE color: 16727077.

HSL color Cylindrical-coordinate representation of color #253CFF: hue angle of 233.67º 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 #253CFF is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 60 255 -
CMYK 0.85 0.76 0 0
HSL 233.67º 1% 0.57% -
HSV(B) 233.67º 0.85% 1% -
XYZ 20.43 10.85 95.62 -
YUV 75.35 229.38 100.64 -
System Red Green Blue C M Y K H S L
Decimal 37 60 255 0.85 0.76 0 0 233.67 1 0.57
Hex 25 3C FF 55 4C 0 0 EA 64 39
Octal 45 74 377 125 114 0 0 352 144 71
Binary 100101 111100 11111111 1010101 1001100 0 0 11101010 1100100 111001

Color Harmonies of #253CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CFF

Black with #253CFF

Text Example


Text Example

White with #253CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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