Html Css Color HEX #2553FE Neon Blue

📋 copy color: '#2553FE'

red 37 ◦ green 83 ◦ blue 254

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

Shades of Neon Blue #2553FE

Tints of Neon Blue #2553FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

 BLUE value IS 254 (99.61% from 255) = 67.91%

R = 9.89%
G = 22.19%
B = 67.91%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2553FE (or 0x2553FE) is known color: Neon Blue. HEX triplet: 25, 53 and FE. RGB value is (37,83,254). Sum of RGB (Red+Green+Blue) = 37+83+254=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #2553FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2553FE is #DAAC01. Grayscale: #585858. Windows color (decimal): -14330882 or 16667429. OLE color: 16667429.

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

Color convert

RGB 37 83 254 -
CMYK 0.85 0.67 0 0.00
HSL 227.28º 0.99% 0.57% -
HSV(B) 227.28º 0.85% 1% -
XYZ 21.75 13.74 95.27 -
YUV 88.74 221.26 91.1 -
System Red Green Blue C M Y K H S L
Decimal 37 83 254 0.85 0.67 0 0.00 227.28 0.99 0.57
Hex 25 53 FE 55 43 0 0 E3 63 39
Octal 45 123 376 125 103 0 0 343 143 71
Binary 100101 1010011 11111110 1010101 1000011 0 0 11100011 1100011 111001

Color Harmonies of #2553FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2553FE

Black with #2553FE

Text Example


Text Example

White with #2553FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2553FE; }

 p { color: rgb(37,83,254); }

 H1.HeaderClassName
 {
   color: #2553FE;
 }
 .AnyTagClassName
 {
   color: #2553FE;
 }
</style>

background-color css

<style>
 a { background-color: #2553FE; }

 a { background-color: rgb(37,83,254); }

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

border-color css

<style>
 span { border-color: #2553FE; }

 span { border-color: rgb(37,83,254); }

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