Html Css Color HEX #253FFA Neon Blue

📋 copy color: '#253FFA'

red 37 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #253FFA

Tints of Neon Blue #253FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.43%

R = 10.57%
G = 18%
B = 71.43%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#253FFA (or 0x253FFA) is known color: Neon Blue. HEX triplet: 25, 3F and FA. RGB value is (37,63,250). Sum of RGB (Red+Green+Blue) = 37+63+250=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #253FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FFA is #DAC005. Grayscale: #4B4B4B. Windows color (decimal): -14336006 or 16400165. OLE color: 16400165.

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

Color convert

RGB 37 63 250 -
CMYK 0.85 0.75 0 0.02
HSL 232.68º 0.96% 0.56% -
HSV(B) 232.68º 0.85% 0.98% -
XYZ 19.8 10.85 91.49 -
YUV 76.54 225.89 99.79 -
System Red Green Blue C M Y K H S L
Decimal 37 63 250 0.85 0.75 0 0.02 232.68 0.96 0.56
Hex 25 3F FA 55 4B 0 2 E9 60 38
Octal 45 77 372 125 113 0 2 351 140 70
Binary 100101 111111 11111010 1010101 1001011 0 10 11101001 1100000 111000

Color Harmonies of #253FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FFA

Black with #253FFA

Text Example


Text Example

White with #253FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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