Html Css Color HEX #365AFC Neon Blue

📋 copy color: '#365AFC'

red 54 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #365AFC

Tints of Neon Blue #365AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 13.64%
G = 22.73%
B = 63.64%

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

#365AFC (or 0x365AFC) is known color: Neon Blue. HEX triplet: 36, 5A and FC. RGB value is (54,90,252). Sum of RGB (Red+Green+Blue) = 54+90+252=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #365AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AFC is #C9A503. Grayscale: #616161. Windows color (decimal): -13214980 or 16538166. OLE color: 16538166.

HSL color Cylindrical-coordinate representation of color #365AFC: hue angle of 229.09º degrees, saturation: 0.97, 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 #365AFC is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 90 252 -
CMYK 0.79 0.64 0 0.01
HSL 229.09º 0.97% 0.6% -
HSV(B) 229.09º 0.79% 0.99% -
XYZ 22.75 15.12 93.82 -
YUV 97.7 215.07 96.83 -
System Red Green Blue C M Y K H S L
Decimal 54 90 252 0.79 0.64 0 0.01 229.09 0.97 0.6
Hex 36 5A FC 4F 40 0 1 E5 61 3C
Octal 66 132 374 117 100 0 1 345 141 74
Binary 110110 1011010 11111100 1001111 1000000 0 1 11100101 1100001 111100

Color Harmonies of #365AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AFC

Black with #365AFC

Text Example


Text Example

White with #365AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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