Html Css Color HEX #365DFF Neon Blue

📋 copy color: '#365DFF'

red 54 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #365DFF

Tints of Neon Blue #365DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

 BLUE value IS 255 (100% from 255) = 63.43%

R = 13.43%
G = 23.13%
B = 63.43%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#365DFF (or 0x365DFF) is known color: Neon Blue. HEX triplet: 36, 5D and FF. RGB value is (54,93,255). Sum of RGB (Red+Green+Blue) = 54+93+255=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #365DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365DFF is #C9A200. Grayscale: #636363. Windows color (decimal): -13214209 or 16735542. OLE color: 16735542.

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

Color convert

RGB 54 93 255 -
CMYK 0.79 0.64 0 0
HSL 228.36º 1% 0.61% -
HSV(B) 228.36º 0.79% 1% -
XYZ 23.49 15.83 96.43 -
YUV 99.81 215.58 95.33 -
System Red Green Blue C M Y K H S L
Decimal 54 93 255 0.79 0.64 0 0 228.36 1 0.61
Hex 36 5D FF 4F 40 0 0 E4 64 3D
Octal 66 135 377 117 100 0 0 344 144 75
Binary 110110 1011101 11111111 1001111 1000000 0 0 11100100 1100100 111101

Color Harmonies of #365DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DFF

Black with #365DFF

Text Example


Text Example

White with #365DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,93,255); }

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

background-color css

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

 a { background-color: rgb(54,93,255); }

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

border-color css

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

 span { border-color: rgb(54,93,255); }

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