Html Css Color HEX #3053FD Neon Blue

📋 copy color: '#3053FD'

red 48 ◦ green 83 ◦ blue 253

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

Shades of Neon Blue #3053FD

Tints of Neon Blue #3053FD

RGB

 RED value IS 48 (19.14% from 255) = 12.5%

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

 BLUE value IS 253 (99.22% from 255) = 65.89%

R = 12.5%
G = 21.61%
B = 65.89%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3053FD (or 0x3053FD) is known color: Neon Blue. HEX triplet: 30, 53 and FD. RGB value is (48,83,253). Sum of RGB (Red+Green+Blue) = 48+83+253=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #3053FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3053FD is #CFAC02. Grayscale: #5B5B5B. Windows color (decimal): -13609987 or 16601904. OLE color: 16601904.

HSL color Cylindrical-coordinate representation of color #3053FD: hue angle of 229.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3053FD is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 83 253 -
CMYK 0.81 0.67 0 0.01
HSL 229.76º 0.98% 0.59% -
HSV(B) 229.76º 0.81% 0.99% -
XYZ 22.04 13.91 94.45 -
YUV 91.92 218.9 96.68 -
System Red Green Blue C M Y K H S L
Decimal 48 83 253 0.81 0.67 0 0.01 229.76 0.98 0.59
Hex 30 53 FD 51 43 0 1 E6 62 3B
Octal 60 123 375 121 103 0 1 346 142 73
Binary 110000 1010011 11111101 1010001 1000011 0 1 11100110 1100010 111011

Color Harmonies of #3053FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3053FD

Black with #3053FD

Text Example


Text Example

White with #3053FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3053FD; }

 p { color: rgb(48,83,253); }

 H1.HeaderClassName
 {
   color: #3053FD;
 }
 .AnyTagClassName
 {
   color: #3053FD;
 }
</style>

background-color css

<style>
 a { background-color: #3053FD; }

 a { background-color: rgb(48,83,253); }

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

border-color css

<style>
 span { border-color: #3053FD; }

 span { border-color: rgb(48,83,253); }

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