Html Css Color HEX #253CF1 Neon Blue

📋 copy color: '#253CF1'

red 37 ◦ green 60 ◦ blue 241

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

Shades of Neon Blue #253CF1

Tints of Neon Blue #253CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 71.3%

R = 10.95%
G = 17.75%
B = 71.3%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#253CF1 (or 0x253CF1) is known color: Neon Blue. HEX triplet: 25, 3C and F1. RGB value is (37,60,241). Sum of RGB (Red+Green+Blue) = 37+60+241=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #253CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CF1 is #DAC30E. Grayscale: #494949. Windows color (decimal): -14336783 or 15809573. OLE color: 15809573.

HSL color Cylindrical-coordinate representation of color #253CF1: hue angle of 233.24º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253CF1 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 60 241 -
CMYK 0.85 0.75 0 0.05
HSL 233.24º 0.88% 0.55% -
HSV(B) 233.24º 0.85% 0.95% -
XYZ 18.26 9.98 84.18 -
YUV 73.76 222.38 101.78 -
System Red Green Blue C M Y K H S L
Decimal 37 60 241 0.85 0.75 0 0.05 233.24 0.88 0.55
Hex 25 3C F1 55 4B 0 5 E9 58 37
Octal 45 74 361 125 113 0 5 351 130 67
Binary 100101 111100 11110001 1010101 1001011 0 101 11101001 1011000 110111

Color Harmonies of #253CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CF1

Black with #253CF1

Text Example


Text Example

White with #253CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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