Html Css Color HEX #253AF1 Neon Blue

📋 copy color: '#253AF1'

red 37 ◦ green 58 ◦ blue 241

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

Shades of Neon Blue #253AF1

Tints of Neon Blue #253AF1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

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

R = 11.01%
G = 17.26%
B = 71.73%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#253AF1 (or 0x253AF1) is known color: Neon Blue. HEX triplet: 25, 3A and F1. RGB value is (37,58,241). Sum of RGB (Red+Green+Blue) = 37+58+241=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #253AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253AF1 is #DAC50E. Grayscale: #474747. Windows color (decimal): -14337295 or 15809061. OLE color: 15809061.

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

Color convert

RGB 37 58 241 -
CMYK 0.85 0.76 0 0.05
HSL 233.82º 0.88% 0.55% -
HSV(B) 233.82º 0.85% 0.95% -
XYZ 18.15 9.77 84.15 -
YUV 72.58 223.04 102.62 -
System Red Green Blue C M Y K H S L
Decimal 37 58 241 0.85 0.76 0 0.05 233.82 0.88 0.55
Hex 25 3A F1 55 4C 0 5 EA 58 37
Octal 45 72 361 125 114 0 5 352 130 67
Binary 100101 111010 11110001 1010101 1001100 0 101 11101010 1011000 110111

Color Harmonies of #253AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253AF1

Black with #253AF1

Text Example


Text Example

White with #253AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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