Html Css Color HEX #315AFD Neon Blue

📋 copy color: '#315AFD'

red 49 ◦ green 90 ◦ blue 253

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

Shades of Neon Blue #315AFD

Tints of Neon Blue #315AFD

RGB

 RED value IS 49 (19.53% from 255) = 12.5%

 GREEN value IS 90 (35.55% from 255) = 22.96%

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

R = 12.5%
G = 22.96%
B = 64.54%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#315AFD (or 0x315AFD) is known color: Neon Blue. HEX triplet: 31, 5A and FD. RGB value is (49,90,253). Sum of RGB (Red+Green+Blue) = 49+90+253=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #315AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315AFD is #CEA502. Grayscale: #5F5F5F. Windows color (decimal): -13542659 or 16603697. OLE color: 16603697.

HSL color Cylindrical-coordinate representation of color #315AFD: hue angle of 227.94º 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 #315AFD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 90 253 -
CMYK 0.81 0.64 0 0.01
HSL 227.94º 0.98% 0.59% -
HSV(B) 227.94º 0.81% 0.99% -
XYZ 22.65 15.06 94.64 -
YUV 96.32 216.42 94.25 -
System Red Green Blue C M Y K H S L
Decimal 49 90 253 0.81 0.64 0 0.01 227.94 0.98 0.59
Hex 31 5A FD 51 40 0 1 E4 62 3B
Octal 61 132 375 121 100 0 1 344 142 73
Binary 110001 1011010 11111101 1010001 1000000 0 1 11100100 1100010 111011

Color Harmonies of #315AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AFD

Black with #315AFD

Text Example


Text Example

White with #315AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315AFD; }

 p { color: rgb(49,90,253); }

 H1.HeaderClassName
 {
   color: #315AFD;
 }
 .AnyTagClassName
 {
   color: #315AFD;
 }
</style>

background-color css

<style>
 a { background-color: #315AFD; }

 a { background-color: rgb(49,90,253); }

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

border-color css

<style>
 span { border-color: #315AFD; }

 span { border-color: rgb(49,90,253); }

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