Html Css Color HEX #365AFD Neon Blue

📋 copy color: '#365AFD'

red 54 ◦ green 90 ◦ blue 253

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

Shades of Neon Blue #365AFD

Tints of Neon Blue #365AFD

RGB

 RED value IS 54 (21.48% from 255) = 13.6%

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

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

R = 13.6%
G = 22.67%
B = 63.73%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#365AFD (or 0x365AFD) is known color: Neon Blue. HEX triplet: 36, 5A and FD. RGB value is (54,90,253). Sum of RGB (Red+Green+Blue) = 54+90+253=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #365AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AFD is #C9A502. Grayscale: #616161. Windows color (decimal): -13214979 or 16603702. OLE color: 16603702.

HSL color Cylindrical-coordinate representation of color #365AFD: hue angle of 229.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #365AFD is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 90 253 -
CMYK 0.79 0.64 0 0.01
HSL 229.15º 0.98% 0.6% -
HSV(B) 229.15º 0.79% 0.99% -
XYZ 22.91 15.19 94.65 -
YUV 97.82 215.57 96.75 -
System Red Green Blue C M Y K H S L
Decimal 54 90 253 0.79 0.64 0 0.01 229.15 0.98 0.6
Hex 36 5A FD 4F 40 0 1 E5 62 3C
Octal 66 132 375 117 100 0 1 345 142 74
Binary 110110 1011010 11111101 1001111 1000000 0 1 11100101 1100010 111100

Color Harmonies of #365AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AFD

Black with #365AFD

Text Example


Text Example

White with #365AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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